Class Profile
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Profile.Builder,Profile>
A room profile with attributes.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringaddress()The address of a room profile.final StringThe ARN of the address book.static Profile.Builderbuilder()final BooleanWhether data retention of the profile is enabled.final DistanceUnitThe distance unit of a room profile.final StringThe distance unit of a room profile.final booleanfinal booleanequalsBySdkFields(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 inthashCode()final BooleanRetrieves if the profile is default or not.final Stringlocale()The locale of a room profile.final IntegerThe max volume limit of a room profile.final MeetingRoomConfigurationMeeting room settings of a room profile.final StringThe ARN of a room profile.final StringThe name of a room profile.final BooleanThe PSTN setting of a room profile.static Class<? extends Profile.Builder> final BooleanThe setup mode of a room profile.final TemperatureUnitThe temperature unit of a room profile.final StringThe temperature unit of a room profile.final Stringtimezone()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 StringtoString()Returns a string representation of this object.final WakeWordwakeWord()The wake word of a room profile.final StringThe 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 is default or not.
- Returns:
- Retrieves if the profile 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,
distanceUnitwill 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,
distanceUnitwill 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,
temperatureUnitwill 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,
temperatureUnitwill 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,
wakeWordwill 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,
wakeWordwill 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.)
-
setupModeDisabled
The setup mode of a room profile.
- Returns:
- The setup mode of a room profile.
-
maxVolumeLimit
The max volume limit of a room profile.
- Returns:
- The max volume limit of a room profile.
-
pstnEnabled
The PSTN setting of a room profile.
- Returns:
- The PSTN setting of a room profile.
-
dataRetentionOptIn
Whether data retention of the profile is enabled.
- Returns:
- Whether data retention of the profile is enabled.
-
addressBookArn
The ARN of the address book.
- Returns:
- The ARN of the address book.
-
meetingRoomConfiguration
Meeting room settings of a room profile.
- Returns:
- Meeting room settings of a room profile.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<Profile.Builder,Profile> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin 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
-