@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.
|
Boolean |
getIsDefault()
Retrieves if the profile data is default or not.
|
String |
getLocale()
The locale 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 time zone of a room profile.
|
String |
getWakeWord()
The wake word of a room profile.
|
int |
hashCode() |
Boolean |
isDefault()
Retrieves if the profile data is default or not.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAddress(String address)
The address of a room profile.
|
void |
setDistanceUnit(String distanceUnit)
The distance unit of a room profile.
|
void |
setIsDefault(Boolean isDefault)
Retrieves if the profile data is default or not.
|
void |
setLocale(String locale)
The locale 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 time zone of a room profile.
|
void |
setWakeWord(String wakeWord)
The wake word of a room profile.
|
String |
toString()
Returns a string representation of this object.
|
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 |
withIsDefault(Boolean isDefault)
Retrieves if the profile data is default or not.
|
ProfileData |
withLocale(String locale)
The locale 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 time zone 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 setIsDefault(Boolean isDefault)
Retrieves if the profile data is default or not.
isDefault
- Retrieves if the profile data is default or not.public Boolean getIsDefault()
Retrieves if the profile data is default or not.
public ProfileData withIsDefault(Boolean isDefault)
Retrieves if the profile data is default or not.
isDefault
- Retrieves if the profile data is default or not.public Boolean isDefault()
Retrieves if the profile data is default or not.
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 time zone of a room profile.
timezone
- The time zone of a room profile.public String getTimezone()
The time zone of a room profile.
public ProfileData withTimezone(String timezone)
The time zone of a room profile.
timezone
- The time zone of a room profile.public void setDistanceUnit(String distanceUnit)
The distance unit of a room profile.
distanceUnit
- The distance unit of a room profile.DistanceUnit
public String getDistanceUnit()
The distance unit of a room profile.
DistanceUnit
public ProfileData withDistanceUnit(String distanceUnit)
The distance unit of a room profile.
distanceUnit
- The distance unit of a room profile.DistanceUnit
public ProfileData withDistanceUnit(DistanceUnit distanceUnit)
The distance unit of a room profile.
distanceUnit
- The distance unit of a room profile.DistanceUnit
public void setTemperatureUnit(String temperatureUnit)
The temperature unit of a room profile.
temperatureUnit
- The temperature unit of a room profile.TemperatureUnit
public String getTemperatureUnit()
The temperature unit of a room profile.
TemperatureUnit
public ProfileData withTemperatureUnit(String temperatureUnit)
The temperature unit of a room profile.
temperatureUnit
- The temperature unit of a room profile.TemperatureUnit
public ProfileData withTemperatureUnit(TemperatureUnit temperatureUnit)
The temperature unit of a room profile.
temperatureUnit
- The temperature unit of a room profile.TemperatureUnit
public void setWakeWord(String wakeWord)
The wake word of a room profile.
wakeWord
- The wake word of a room profile.WakeWord
public String getWakeWord()
The wake word of a room profile.
WakeWord
public ProfileData withWakeWord(String wakeWord)
The wake word of a room profile.
wakeWord
- The wake word of a room profile.WakeWord
public ProfileData withWakeWord(WakeWord wakeWord)
The wake word of a room profile.
wakeWord
- The wake word of a room profile.WakeWord
public void setLocale(String locale)
The locale of a room profile. (This is currently available only to a limited preview audience.)
locale
- The locale of a room profile. (This is currently available only to a limited preview audience.)public String getLocale()
The locale of a room profile. (This is currently available only to a limited preview audience.)
public ProfileData withLocale(String locale)
The locale of a room profile. (This is currently available only to a limited preview audience.)
locale
- The locale of a room profile. (This is currently available only to a limited preview audience.)public String toString()
toString
in class Object
Object.toString()
public ProfileData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.