@Generated(value="software.amazon.awssdk:codegen") public class SmsConfigurationType extends Object implements StructuredPojo, 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) |
String |
externalId()
The external ID.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends SmsConfigurationType.Builder> |
serializableBuilderClass() |
String |
snsCallerArn()
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) caller.
|
SmsConfigurationType.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SmsConfigurationType.Builder,SmsConfigurationType>
public static SmsConfigurationType.Builder builder()
public static Class<? extends SmsConfigurationType.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.