@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 String profileArn()
The ARN of a room profile.
public String profileName()
The name of a room profile.
public Boolean isDefault()
Retrieves if the profile data is default or not.
public String address()
The address of a room profile.
public String timezone()
The time zone of a room profile.
public 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 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 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 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 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 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 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.