Class TelephonySettings
- java.lang.Object
-
- software.amazon.awssdk.services.chime.model.TelephonySettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TelephonySettings.Builder,TelephonySettings>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTelephonySettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TelephonySettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleaninboundCalling()Allows or denies inbound calling.BooleanoutboundCalling()Allows or denies outbound calling.List<SdkField<?>>sdkFields()static Class<? extends TelephonySettings.Builder>serializableBuilderClass()Booleansms()Allows or denies SMS messaging.TelephonySettings.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
-
inboundCalling
public final Boolean inboundCalling()
Allows or denies inbound calling.
- Returns:
- Allows or denies inbound calling.
-
outboundCalling
public final Boolean outboundCalling()
Allows or denies outbound calling.
- Returns:
- Allows or denies outbound calling.
-
sms
public final Boolean sms()
Allows or denies SMS messaging.
- Returns:
- Allows or denies SMS messaging.
-
toBuilder
public TelephonySettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TelephonySettings.Builder,TelephonySettings>
-
builder
public static TelephonySettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends TelephonySettings.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.
-
-