@Generated(value="software.amazon.awssdk:codegen") public final class PhoneNumberCapabilities extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PhoneNumberCapabilities.Builder,PhoneNumberCapabilities>
The phone number capabilities for Amazon Chime Business Calling phone numbers, such as enabled inbound and outbound calling and text messaging.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PhoneNumberCapabilities.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PhoneNumberCapabilities.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
inboundCall()
Allows or denies inbound calling for the specified phone number.
|
Boolean |
inboundMMS()
Allows or denies inbound MMS messaging for the specified phone number.
|
Boolean |
inboundSMS()
Allows or denies inbound SMS messaging for the specified phone number.
|
Boolean |
outboundCall()
Allows or denies outbound calling for the specified phone number.
|
Boolean |
outboundMMS()
Allows or denies outbound MMS messaging for the specified phone number.
|
Boolean |
outboundSMS()
Allows or denies outbound SMS messaging for the specified phone number.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PhoneNumberCapabilities.Builder> |
serializableBuilderClass() |
PhoneNumberCapabilities.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean inboundCall()
Allows or denies inbound calling for the specified phone number.
public final Boolean outboundCall()
Allows or denies outbound calling for the specified phone number.
public final Boolean inboundSMS()
Allows or denies inbound SMS messaging for the specified phone number.
public final Boolean outboundSMS()
Allows or denies outbound SMS messaging for the specified phone number.
public final Boolean inboundMMS()
Allows or denies inbound MMS messaging for the specified phone number.
public final Boolean outboundMMS()
Allows or denies outbound MMS messaging for the specified phone number.
public PhoneNumberCapabilities.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PhoneNumberCapabilities.Builder,PhoneNumberCapabilities>public static PhoneNumberCapabilities.Builder builder()
public static Class<? extends PhoneNumberCapabilities.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.