@Generated(value="software.amazon.awssdk:codegen") public final class TelephonySettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TelephonySettings.Builder,TelephonySettings>
Settings that allow management of telephony permissions for an Amazon Chime user, such as inbound and outbound calling and text messaging.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TelephonySettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TelephonySettings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
inboundCalling()
Allows or denies inbound calling.
|
Boolean |
outboundCalling()
Allows or denies outbound calling.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TelephonySettings.Builder> |
serializableBuilderClass() |
Boolean |
sms()
Allows or denies SMS messaging.
|
TelephonySettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean inboundCalling()
Allows or denies inbound calling.
public final Boolean outboundCalling()
Allows or denies outbound calling.
public final Boolean sms()
Allows or denies SMS messaging.
public TelephonySettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TelephonySettings.Builder,TelephonySettings>public static TelephonySettings.Builder builder()
public static Class<? extends TelephonySettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.