@Generated(value="software.amazon.awssdk:codegen") public final class SmsConfigurationType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SmsConfigurationType.Builder,SmsConfigurationType>
The SMS configuration type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SmsConfigurationType.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SmsConfigurationType.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
externalId()
The external ID.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SmsConfigurationType.Builder> |
serializableBuilderClass() |
String |
snsCallerArn()
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) caller.
|
SmsConfigurationType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String snsCallerArn()
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) caller.
public String externalId()
The external ID.
public SmsConfigurationType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SmsConfigurationType.Builder,SmsConfigurationType>public static SmsConfigurationType.Builder builder()
public static Class<? extends SmsConfigurationType.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.