@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccountSettings extends Object implements Serializable, Cloneable, StructuredPojo
Settings related to the Amazon Chime account. This includes settings that start or stop remote control of shared screens, or start or stop the dial-out option in the Amazon Chime web application. For more information about these settings, see Use the Policies Page in the Amazon Chime Administration Guide.
Constructor and Description |
---|
AccountSettings() |
Modifier and Type | Method and Description |
---|---|
AccountSettings |
clone() |
boolean |
equals(Object obj) |
Boolean |
getDisableRemoteControl()
Setting that stops or starts remote control of shared screens during meetings.
|
Boolean |
getEnableDialOut()
Setting that allows meeting participants to choose the Call me at a phone number option.
|
int |
hashCode() |
Boolean |
isDisableRemoteControl()
Setting that stops or starts remote control of shared screens during meetings.
|
Boolean |
isEnableDialOut()
Setting that allows meeting participants to choose the Call me at a phone number option.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDisableRemoteControl(Boolean disableRemoteControl)
Setting that stops or starts remote control of shared screens during meetings.
|
void |
setEnableDialOut(Boolean enableDialOut)
Setting that allows meeting participants to choose the Call me at a phone number option.
|
String |
toString()
Returns a string representation of this object.
|
AccountSettings |
withDisableRemoteControl(Boolean disableRemoteControl)
Setting that stops or starts remote control of shared screens during meetings.
|
AccountSettings |
withEnableDialOut(Boolean enableDialOut)
Setting that allows meeting participants to choose the Call me at a phone number option.
|
public void setDisableRemoteControl(Boolean disableRemoteControl)
Setting that stops or starts remote control of shared screens during meetings.
disableRemoteControl
- Setting that stops or starts remote control of shared screens during meetings.public Boolean getDisableRemoteControl()
Setting that stops or starts remote control of shared screens during meetings.
public AccountSettings withDisableRemoteControl(Boolean disableRemoteControl)
Setting that stops or starts remote control of shared screens during meetings.
disableRemoteControl
- Setting that stops or starts remote control of shared screens during meetings.public Boolean isDisableRemoteControl()
Setting that stops or starts remote control of shared screens during meetings.
public void setEnableDialOut(Boolean enableDialOut)
Setting that allows meeting participants to choose the Call me at a phone number option. For more information, see Join a Meeting without the Amazon Chime App.
enableDialOut
- Setting that allows meeting participants to choose the Call me at a phone number option. For more
information, see Join a
Meeting without the Amazon Chime App.public Boolean getEnableDialOut()
Setting that allows meeting participants to choose the Call me at a phone number option. For more information, see Join a Meeting without the Amazon Chime App.
public AccountSettings withEnableDialOut(Boolean enableDialOut)
Setting that allows meeting participants to choose the Call me at a phone number option. For more information, see Join a Meeting without the Amazon Chime App.
enableDialOut
- Setting that allows meeting participants to choose the Call me at a phone number option. For more
information, see Join a
Meeting without the Amazon Chime App.public Boolean isEnableDialOut()
Setting that allows meeting participants to choose the Call me at a phone number option. For more information, see Join a Meeting without the Amazon Chime App.
public String toString()
toString
in class Object
Object.toString()
public AccountSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.