@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProfileData extends Object implements Serializable, Cloneable, StructuredPojo
The data of a room profile.
| Constructor and Description |
|---|
ProfileData() |
| Modifier and Type | Method and Description |
|---|---|
ProfileData |
clone() |
boolean |
equals(Object obj) |
String |
getAddress()
The address of a room profile.
|
String |
getDistanceUnit()
The distance unit of a room profile.
|
String |
getProfileArn()
The ARN of a room profile.
|
String |
getProfileName()
The name of a room profile.
|
String |
getTemperatureUnit()
The temperature unit of a room profile.
|
String |
getTimezone()
The timezone of a room profile.
|
String |
getWakeWord()
The wake word of a room profile.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAddress(String address)
The address of a room profile.
|
void |
setDistanceUnit(String distanceUnit)
The distance unit of a room profile.
|
void |
setProfileArn(String profileArn)
The ARN of a room profile.
|
void |
setProfileName(String profileName)
The name of a room profile.
|
void |
setTemperatureUnit(String temperatureUnit)
The temperature unit of a room profile.
|
void |
setTimezone(String timezone)
The timezone of a room profile.
|
void |
setWakeWord(String wakeWord)
The wake word of a room profile.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ProfileData |
withAddress(String address)
The address of a room profile.
|
ProfileData |
withDistanceUnit(DistanceUnit distanceUnit)
The distance unit of a room profile.
|
ProfileData |
withDistanceUnit(String distanceUnit)
The distance unit of a room profile.
|
ProfileData |
withProfileArn(String profileArn)
The ARN of a room profile.
|
ProfileData |
withProfileName(String profileName)
The name of a room profile.
|
ProfileData |
withTemperatureUnit(String temperatureUnit)
The temperature unit of a room profile.
|
ProfileData |
withTemperatureUnit(TemperatureUnit temperatureUnit)
The temperature unit of a room profile.
|
ProfileData |
withTimezone(String timezone)
The timezone of a room profile.
|
ProfileData |
withWakeWord(String wakeWord)
The wake word of a room profile.
|
ProfileData |
withWakeWord(WakeWord wakeWord)
The wake word of a room profile.
|
public void setProfileArn(String profileArn)
The ARN of a room profile.
profileArn - The ARN of a room profile.public String getProfileArn()
The ARN of a room profile.
public ProfileData withProfileArn(String profileArn)
The ARN of a room profile.
profileArn - The ARN of a room profile.public 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 ProfileData withProfileName(String profileName)
The name of a room profile.
profileName - The name of a room profile.public void setAddress(String address)
The address of a room profile.
address - The address of a room profile.public String getAddress()
The address of a room profile.
public ProfileData withAddress(String address)
The address of a room profile.
address - The address of a room profile.public void setTimezone(String timezone)
The timezone of a room profile.
timezone - The timezone of a room profile.public String getTimezone()
The timezone of a room profile.
public ProfileData withTimezone(String timezone)
The timezone of a room profile.
timezone - The timezone of a room profile.public void setDistanceUnit(String distanceUnit)
The distance unit of a room profile.
distanceUnit - The distance unit of a room profile.DistanceUnitpublic String getDistanceUnit()
The distance unit of a room profile.
DistanceUnitpublic ProfileData withDistanceUnit(String distanceUnit)
The distance unit of a room profile.
distanceUnit - The distance unit of a room profile.DistanceUnitpublic ProfileData withDistanceUnit(DistanceUnit distanceUnit)
The distance unit of a room profile.
distanceUnit - The distance unit of a room profile.DistanceUnitpublic void setTemperatureUnit(String temperatureUnit)
The temperature unit of a room profile.
temperatureUnit - The temperature unit of a room profile.TemperatureUnitpublic String getTemperatureUnit()
The temperature unit of a room profile.
TemperatureUnitpublic ProfileData withTemperatureUnit(String temperatureUnit)
The temperature unit of a room profile.
temperatureUnit - The temperature unit of a room profile.TemperatureUnitpublic ProfileData withTemperatureUnit(TemperatureUnit temperatureUnit)
The temperature unit of a room profile.
temperatureUnit - The temperature unit of a room profile.TemperatureUnitpublic void setWakeWord(String wakeWord)
The wake word of a room profile.
wakeWord - The wake word of a room profile.WakeWordpublic String getWakeWord()
The wake word of a room profile.
WakeWordpublic ProfileData withWakeWord(String wakeWord)
The wake word of a room profile.
wakeWord - The wake word of a room profile.WakeWordpublic ProfileData withWakeWord(WakeWord wakeWord)
The wake word of a room profile.
wakeWord - The wake word of a room profile.WakeWordpublic String toString()
toString in class ObjectObject.toString()public ProfileData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.