@Generated(value="software.amazon.awssdk:codegen") public final class CreateProfileRequest extends AlexaForBusinessRequest implements ToCopyableBuilder<CreateProfileRequest.Builder,CreateProfileRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateProfileRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
address()
The valid address for the room.
|
static CreateProfileRequest.Builder |
builder() |
String |
clientRequestToken()
The user-specified token that is used during the creation of a profile.
|
Boolean |
dataRetentionOptIn()
Whether data retention of the profile is enabled.
|
DistanceUnit |
distanceUnit()
The distance unit to be used by devices in the profile.
|
String |
distanceUnitAsString()
The distance unit to be used by devices in the profile.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
String |
locale()
The locale of the room profile.
|
Integer |
maxVolumeLimit()
The maximum volume limit for a room profile.
|
CreateMeetingRoomConfiguration |
meetingRoomConfiguration()
The meeting room settings of a room profile.
|
String |
profileName()
The name of a room profile.
|
Boolean |
pstnEnabled()
Whether PSTN calling is enabled.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateProfileRequest.Builder> |
serializableBuilderClass() |
Boolean |
setupModeDisabled()
Whether room profile setup is enabled.
|
List<Tag> |
tags()
The tags for the profile.
|
TemperatureUnit |
temperatureUnit()
The temperature unit to be used by devices in the profile.
|
String |
temperatureUnitAsString()
The temperature unit to be used by devices in the profile.
|
String |
timezone()
The time zone used by a room profile.
|
CreateProfileRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
WakeWord |
wakeWord()
A wake word for Alexa, Echo, Amazon, or a computer.
|
String |
wakeWordAsString()
A wake word for Alexa, Echo, Amazon, or a computer.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String profileName()
The name of a room profile.
public final String timezone()
The time zone used by a room profile.
public final String address()
The valid address for the room.
public final DistanceUnit distanceUnit()
The distance unit to be used by devices in the 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 to be used by devices in the 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 to be used by devices in the 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 to be used by devices in the 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()
A wake word for Alexa, Echo, Amazon, or a computer.
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()
A wake word for Alexa, Echo, Amazon, or a computer.
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 the room profile. (This is currently only available to a limited preview audience.)
public final String clientRequestToken()
The user-specified token that is used during the creation of a profile.
public final Boolean setupModeDisabled()
Whether room profile setup is enabled.
public final Integer maxVolumeLimit()
The maximum volume limit for a room profile.
public final Boolean pstnEnabled()
Whether PSTN calling is enabled.
public final Boolean dataRetentionOptIn()
Whether data retention of the profile is enabled.
public final CreateMeetingRoomConfiguration meetingRoomConfiguration()
The meeting room settings of a room profile.
public final boolean hasTags()
public final List<Tag> tags()
The tags for the profile.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public CreateProfileRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateProfileRequest.Builder,CreateProfileRequest>toBuilder in class AlexaForBusinessRequestpublic static CreateProfileRequest.Builder builder()
public static Class<? extends CreateProfileRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.