@Generated(value="software.amazon.awssdk:codegen") public final class AccountSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccountSettings.Builder,AccountSettings>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AccountSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AccountSettings.Builder |
builder() |
Boolean |
disableRemoteControl()
Setting that stops or starts remote control of shared screens during meetings.
|
Boolean |
enableDialOut()
Setting that allows meeting participants to choose the Call me at a phone number option.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AccountSettings.Builder> |
serializableBuilderClass() |
AccountSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean disableRemoteControl()
Setting that stops or starts remote control of shared screens during meetings.
public final 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.
public AccountSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AccountSettings.Builder,AccountSettings>public static AccountSettings.Builder builder()
public static Class<? extends AccountSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.