@Generated(value="software.amazon.awssdk:codegen") public final class ProfileData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProfileData.Builder,ProfileData>
The data of a room profile.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProfileData.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
address()
The address of a room profile.
|
static ProfileData.Builder |
builder() |
DistanceUnit |
distanceUnit()
The distance unit of a room profile.
|
String |
distanceUnitAsString()
The distance unit of a room profile.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isDefault()
Retrieves if the profile data is default or not.
|
String |
locale()
The locale of a room profile.
|
String |
profileArn()
The ARN of a room profile.
|
String |
profileName()
The name of a room profile.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProfileData.Builder> |
serializableBuilderClass() |
TemperatureUnit |
temperatureUnit()
The temperature unit of a room profile.
|
String |
temperatureUnitAsString()
The temperature unit of a room profile.
|
String |
timezone()
The time zone of a room profile.
|
ProfileData.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
WakeWord |
wakeWord()
The wake word of a room profile.
|
String |
wakeWordAsString()
The wake word of a room profile.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String profileArn()
The ARN of a room profile.
public final String profileName()
The name of a room profile.
public final Boolean isDefault()
Retrieves if the profile data is default or not.
public final String address()
The address of a room profile.
public final String timezone()
The time zone of a room profile.
public final DistanceUnit 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
return DistanceUnit.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
distanceUnitAsString().
DistanceUnitpublic final String 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
return DistanceUnit.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
distanceUnitAsString().
DistanceUnitpublic final TemperatureUnit 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 return TemperatureUnit.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from temperatureUnitAsString().
TemperatureUnitpublic final String 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 return TemperatureUnit.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from temperatureUnitAsString().
TemperatureUnitpublic final WakeWord 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
return WakeWord.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
wakeWordAsString().
WakeWordpublic final String 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
return WakeWord.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
wakeWordAsString().
WakeWordpublic final String locale()
The locale of a room profile. (This is currently available only to a limited preview audience.)
public ProfileData.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProfileData.Builder,ProfileData>public static ProfileData.Builder builder()
public static Class<? extends ProfileData.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.