@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MeetingSetting extends Object implements Serializable, Cloneable, StructuredPojo
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.
| Constructor and Description |
|---|
MeetingSetting() |
| Modifier and Type | Method and Description |
|---|---|
MeetingSetting |
clone() |
boolean |
equals(Object obj) |
String |
getRequirePin()
The values that indicate whether the pin is always required.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setRequirePin(String requirePin)
The values that indicate whether the pin is always required.
|
String |
toString()
Returns a string representation of this object.
|
MeetingSetting |
withRequirePin(RequirePin requirePin)
The values that indicate whether the pin is always required.
|
MeetingSetting |
withRequirePin(String requirePin)
The values that indicate whether the pin is always required.
|
public void setRequirePin(String requirePin)
The values that indicate whether the pin is always required.
requirePin - The values that indicate whether the pin is always required.RequirePinpublic String getRequirePin()
The values that indicate whether the pin is always required.
RequirePinpublic MeetingSetting withRequirePin(String requirePin)
The values that indicate whether the pin is always required.
requirePin - The values that indicate whether the pin is always required.RequirePinpublic MeetingSetting withRequirePin(RequirePin requirePin)
The values that indicate whether the pin is always required.
requirePin - The values that indicate whether the pin is always required.RequirePinpublic String toString()
toString in class ObjectObject.toString()public MeetingSetting clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.