@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.
|
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() |
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.
|
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 String profileName()
The name of a room profile.
public String timezone()
The time zone used by a room profile.
public String address()
The valid address for the room.
public 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 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 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 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 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 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 String locale()
The locale of the room profile. (This is currently only available to a limited preview audience.)
public String clientRequestToken()
The user-specified token that is used during the creation of a profile.
public Boolean setupModeDisabled()
Whether room profile setup is enabled.
public Integer maxVolumeLimit()
The maximum volume limit for a room profile.
public Boolean pstnEnabled()
Whether PSTN calling is enabled.
public CreateMeetingRoomConfiguration meetingRoomConfiguration()
The meeting room settings of a room profile.
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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.