@Generated(value="software.amazon.awssdk:codegen") public final class Profile extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Profile.Builder,Profile>
A room profile with attributes.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Profile.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
address()
The address of a room profile.
|
String |
addressBookArn()
The ARN of the address book.
|
static Profile.Builder |
builder() |
Boolean |
dataRetentionOptIn()
Whether data retention of the profile is enabled.
|
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 is default or not.
|
String |
locale()
The locale of a room profile.
|
Integer |
maxVolumeLimit()
The max volume limit of a room profile.
|
MeetingRoomConfiguration |
meetingRoomConfiguration()
Meeting room settings of a room profile.
|
String |
profileArn()
The ARN of a room profile.
|
String |
profileName()
The name of a room profile.
|
Boolean |
pstnEnabled()
The PSTN setting of a room profile.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Profile.Builder> |
serializableBuilderClass() |
Boolean |
setupModeDisabled()
The setup mode of a room profile.
|
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.
|
Profile.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 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 final Boolean setupModeDisabled()
The setup mode of a room profile.
public final Integer maxVolumeLimit()
The max volume limit of a room profile.
public final Boolean pstnEnabled()
The PSTN setting of a room profile.
public final Boolean dataRetentionOptIn()
Whether data retention of the profile is enabled.
public final String addressBookArn()
The ARN of the address book.
public final MeetingRoomConfiguration meetingRoomConfiguration()
Meeting room settings of a room profile.
public Profile.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Profile.Builder,Profile>public static Profile.Builder builder()
public static Class<? extends Profile.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.