Class ProfileData
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ProfileData.Builder,
ProfileData>
The data of a room profile.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal String
address()
The address of a room profile.static ProfileData.Builder
builder()
final DistanceUnit
The distance unit of a room profile.final String
The distance unit of a room profile.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final Boolean
Retrieves if the profile data is default or not.final String
locale()
The locale of a room profile.final String
The ARN of a room profile.final String
The name of a room profile.static Class
<? extends ProfileData.Builder> final TemperatureUnit
The temperature unit of a room profile.final String
The temperature unit of a room profile.final String
timezone()
The time zone of a room profile.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final WakeWord
wakeWord()
The wake word of a room profile.final String
The wake word of a room profile.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
profileArn
The ARN of a room profile.
- Returns:
- The ARN of a room profile.
-
profileName
The name of a room profile.
- Returns:
- The name of a room profile.
-
isDefault
Retrieves if the profile data is default or not.
- Returns:
- Retrieves if the profile data is default or not.
-
address
The address of a room profile.
- Returns:
- The address of a room profile.
-
timezone
The time zone of a room profile.
- Returns:
- The time zone of a room profile.
-
distanceUnit
The distance unit of a room profile.
If the service returns an enum value that is not available in the current SDK version,
distanceUnit
will returnDistanceUnit.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdistanceUnitAsString()
.- Returns:
- The distance unit of a room profile.
- See Also:
-
distanceUnitAsString
The distance unit of a room profile.
If the service returns an enum value that is not available in the current SDK version,
distanceUnit
will returnDistanceUnit.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdistanceUnitAsString()
.- Returns:
- The distance unit of a room profile.
- See Also:
-
temperatureUnit
The temperature unit of a room profile.
If the service returns an enum value that is not available in the current SDK version,
temperatureUnit
will returnTemperatureUnit.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromtemperatureUnitAsString()
.- Returns:
- The temperature unit of a room profile.
- See Also:
-
temperatureUnitAsString
The temperature unit of a room profile.
If the service returns an enum value that is not available in the current SDK version,
temperatureUnit
will returnTemperatureUnit.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromtemperatureUnitAsString()
.- Returns:
- The temperature unit of a room profile.
- See Also:
-
wakeWord
The wake word of a room profile.
If the service returns an enum value that is not available in the current SDK version,
wakeWord
will returnWakeWord.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromwakeWordAsString()
.- Returns:
- The wake word of a room profile.
- See Also:
-
wakeWordAsString
The wake word of a room profile.
If the service returns an enum value that is not available in the current SDK version,
wakeWord
will returnWakeWord.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromwakeWordAsString()
.- Returns:
- The wake word of a room profile.
- See Also:
-
locale
The locale of a room profile. (This is currently available only to a limited preview audience.)
- Returns:
- The locale of a room profile. (This is currently available only to a limited preview audience.)
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<ProfileData.Builder,
ProfileData> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-