@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)
Marshalls this structured data using the given
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.RequirePin
public String getRequirePin()
The values that indicate whether the pin is always required.
RequirePin
public 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.RequirePin
public 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.RequirePin
public String toString()
toString
in class Object
Object.toString()
public MeetingSetting clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.