@Generated(value="software.amazon.awssdk:codegen") public final class MeetingSetting extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MeetingSetting.Builder,MeetingSetting>
The values that indicate whether a pin is always required (YES), never required (NO), or OPTIONAL.
If YES, Alexa will always ask for a meeting pin.
If NO, Alexa will never ask for a meeting pin.
If OPTIONAL, Alexa will ask if you have a meeting pin and if the customer responds with yes, it will ask for the meeting pin.
Modifier and Type | Class and Description |
---|---|
static interface |
MeetingSetting.Builder |
Modifier and Type | Method and Description |
---|---|
static MeetingSetting.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
RequirePin |
requirePin()
The values that indicate whether the pin is always required.
|
String |
requirePinAsString()
The values that indicate whether the pin is always required.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MeetingSetting.Builder> |
serializableBuilderClass() |
MeetingSetting.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public RequirePin requirePin()
The values that indicate whether the pin is always required.
If the service returns an enum value that is not available in the current SDK version, requirePin
will
return RequirePin.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
requirePinAsString()
.
RequirePin
public String requirePinAsString()
The values that indicate whether the pin is always required.
If the service returns an enum value that is not available in the current SDK version, requirePin
will
return RequirePin.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
requirePinAsString()
.
RequirePin
public MeetingSetting.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<MeetingSetting.Builder,MeetingSetting>
public static MeetingSetting.Builder builder()
public static Class<? extends MeetingSetting.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.