Class AccountSettings
- java.lang.Object
-
- software.amazon.awssdk.services.chime.model.AccountSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AccountSettings.Builder,AccountSettings>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAccountSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountSettings.Builderbuilder()BooleandisableRemoteControl()Setting that stops or starts remote control of shared screens during meetings.BooleanenableDialOut()Setting that allows meeting participants to choose the Call me at a phone number option.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AccountSettings.Builder>serializableBuilderClass()AccountSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
disableRemoteControl
public final Boolean disableRemoteControl()
Setting that stops or starts remote control of shared screens during meetings.
- Returns:
- Setting that stops or starts remote control of shared screens during meetings.
-
enableDialOut
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.
- Returns:
- 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.
-
toBuilder
public AccountSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AccountSettings.Builder,AccountSettings>
-
builder
public static AccountSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends AccountSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-