@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateProfileRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateProfileRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAddress()
The valid address for the room.
|
String |
getClientRequestToken()
The user-specified token that is used during the creation of a profile.
|
String |
getDistanceUnit()
The distance unit to be used by devices in the profile.
|
Integer |
getMaxVolumeLimit()
The maximum volume limit for a room profile.
|
String |
getProfileName()
The name of a room profile.
|
Boolean |
getPSTNEnabled()
Whether PSTN calling is enabled.
|
Boolean |
getSetupModeDisabled()
Whether room profile setup is enabled.
|
String |
getTemperatureUnit()
The temperature unit to be used by devices in the profile.
|
String |
getTimezone()
The time zone used by a room profile.
|
String |
getWakeWord()
A wake word for Alexa, Echo, Amazon, or a computer.
|
int |
hashCode() |
Boolean |
isPSTNEnabled()
Whether PSTN calling is enabled.
|
Boolean |
isSetupModeDisabled()
Whether room profile setup is enabled.
|
void |
setAddress(String address)
The valid address for the room.
|
void |
setClientRequestToken(String clientRequestToken)
The user-specified token that is used during the creation of a profile.
|
void |
setDistanceUnit(String distanceUnit)
The distance unit to be used by devices in the profile.
|
void |
setMaxVolumeLimit(Integer maxVolumeLimit)
The maximum volume limit for a room profile.
|
void |
setProfileName(String profileName)
The name of a room profile.
|
void |
setPSTNEnabled(Boolean pSTNEnabled)
Whether PSTN calling is enabled.
|
void |
setSetupModeDisabled(Boolean setupModeDisabled)
Whether room profile setup is enabled.
|
void |
setTemperatureUnit(String temperatureUnit)
The temperature unit to be used by devices in the profile.
|
void |
setTimezone(String timezone)
The time zone used by a room profile.
|
void |
setWakeWord(String wakeWord)
A wake word for Alexa, Echo, Amazon, or a computer.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateProfileRequest |
withAddress(String address)
The valid address for the room.
|
CreateProfileRequest |
withClientRequestToken(String clientRequestToken)
The user-specified token that is used during the creation of a profile.
|
CreateProfileRequest |
withDistanceUnit(DistanceUnit distanceUnit)
The distance unit to be used by devices in the profile.
|
CreateProfileRequest |
withDistanceUnit(String distanceUnit)
The distance unit to be used by devices in the profile.
|
CreateProfileRequest |
withMaxVolumeLimit(Integer maxVolumeLimit)
The maximum volume limit for a room profile.
|
CreateProfileRequest |
withProfileName(String profileName)
The name of a room profile.
|
CreateProfileRequest |
withPSTNEnabled(Boolean pSTNEnabled)
Whether PSTN calling is enabled.
|
CreateProfileRequest |
withSetupModeDisabled(Boolean setupModeDisabled)
Whether room profile setup is enabled.
|
CreateProfileRequest |
withTemperatureUnit(String temperatureUnit)
The temperature unit to be used by devices in the profile.
|
CreateProfileRequest |
withTemperatureUnit(TemperatureUnit temperatureUnit)
The temperature unit to be used by devices in the profile.
|
CreateProfileRequest |
withTimezone(String timezone)
The time zone used by a room profile.
|
CreateProfileRequest |
withWakeWord(String wakeWord)
A wake word for Alexa, Echo, Amazon, or a computer.
|
CreateProfileRequest |
withWakeWord(WakeWord wakeWord)
A wake word for Alexa, Echo, Amazon, or a computer.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setProfileName(String profileName)
The name of a room profile.
profileName - The name of a room profile.public String getProfileName()
The name of a room profile.
public CreateProfileRequest withProfileName(String profileName)
The name of a room profile.
profileName - The name of a room profile.public void setTimezone(String timezone)
The time zone used by a room profile.
timezone - The time zone used by a room profile.public String getTimezone()
The time zone used by a room profile.
public CreateProfileRequest withTimezone(String timezone)
The time zone used by a room profile.
timezone - The time zone used by a room profile.public void setAddress(String address)
The valid address for the room.
address - The valid address for the room.public String getAddress()
The valid address for the room.
public CreateProfileRequest withAddress(String address)
The valid address for the room.
address - The valid address for the room.public void setDistanceUnit(String distanceUnit)
The distance unit to be used by devices in the profile.
distanceUnit - The distance unit to be used by devices in the profile.DistanceUnitpublic String getDistanceUnit()
The distance unit to be used by devices in the profile.
DistanceUnitpublic CreateProfileRequest withDistanceUnit(String distanceUnit)
The distance unit to be used by devices in the profile.
distanceUnit - The distance unit to be used by devices in the profile.DistanceUnitpublic CreateProfileRequest withDistanceUnit(DistanceUnit distanceUnit)
The distance unit to be used by devices in the profile.
distanceUnit - The distance unit to be used by devices in the profile.DistanceUnitpublic void setTemperatureUnit(String temperatureUnit)
The temperature unit to be used by devices in the profile.
temperatureUnit - The temperature unit to be used by devices in the profile.TemperatureUnitpublic String getTemperatureUnit()
The temperature unit to be used by devices in the profile.
TemperatureUnitpublic CreateProfileRequest withTemperatureUnit(String temperatureUnit)
The temperature unit to be used by devices in the profile.
temperatureUnit - The temperature unit to be used by devices in the profile.TemperatureUnitpublic CreateProfileRequest withTemperatureUnit(TemperatureUnit temperatureUnit)
The temperature unit to be used by devices in the profile.
temperatureUnit - The temperature unit to be used by devices in the profile.TemperatureUnitpublic void setWakeWord(String wakeWord)
A wake word for Alexa, Echo, Amazon, or a computer.
wakeWord - A wake word for Alexa, Echo, Amazon, or a computer.WakeWordpublic String getWakeWord()
A wake word for Alexa, Echo, Amazon, or a computer.
WakeWordpublic CreateProfileRequest withWakeWord(String wakeWord)
A wake word for Alexa, Echo, Amazon, or a computer.
wakeWord - A wake word for Alexa, Echo, Amazon, or a computer.WakeWordpublic CreateProfileRequest withWakeWord(WakeWord wakeWord)
A wake word for Alexa, Echo, Amazon, or a computer.
wakeWord - A wake word for Alexa, Echo, Amazon, or a computer.WakeWordpublic void setClientRequestToken(String clientRequestToken)
The user-specified token that is used during the creation of a profile.
clientRequestToken - The user-specified token that is used during the creation of a profile.public String getClientRequestToken()
The user-specified token that is used during the creation of a profile.
public CreateProfileRequest withClientRequestToken(String clientRequestToken)
The user-specified token that is used during the creation of a profile.
clientRequestToken - The user-specified token that is used during the creation of a profile.public void setSetupModeDisabled(Boolean setupModeDisabled)
Whether room profile setup is enabled.
setupModeDisabled - Whether room profile setup is enabled.public Boolean getSetupModeDisabled()
Whether room profile setup is enabled.
public CreateProfileRequest withSetupModeDisabled(Boolean setupModeDisabled)
Whether room profile setup is enabled.
setupModeDisabled - Whether room profile setup is enabled.public Boolean isSetupModeDisabled()
Whether room profile setup is enabled.
public void setMaxVolumeLimit(Integer maxVolumeLimit)
The maximum volume limit for a room profile.
maxVolumeLimit - The maximum volume limit for a room profile.public Integer getMaxVolumeLimit()
The maximum volume limit for a room profile.
public CreateProfileRequest withMaxVolumeLimit(Integer maxVolumeLimit)
The maximum volume limit for a room profile.
maxVolumeLimit - The maximum volume limit for a room profile.public void setPSTNEnabled(Boolean pSTNEnabled)
Whether PSTN calling is enabled.
pSTNEnabled - Whether PSTN calling is enabled.public Boolean getPSTNEnabled()
Whether PSTN calling is enabled.
public CreateProfileRequest withPSTNEnabled(Boolean pSTNEnabled)
Whether PSTN calling is enabled.
pSTNEnabled - Whether PSTN calling is enabled.public Boolean isPSTNEnabled()
Whether PSTN calling is enabled.
public String toString()
toString in class ObjectObject.toString()public CreateProfileRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.