StructuredPojo
, ToCopyableBuilder<SmsConfigurationType.Builder,SmsConfigurationType>
@Generated("software.amazon.awssdk:codegen") public class SmsConfigurationType extends Object implements StructuredPojo, ToCopyableBuilder<SmsConfigurationType.Builder,SmsConfigurationType>
The SMS configuration type.
Modifier and Type | Class | Description |
---|---|---|
static interface |
SmsConfigurationType.Builder |
Modifier and Type | Method | Description |
---|---|---|
static SmsConfigurationType.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
externalId() |
The external ID.
|
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() |
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.