StructuredPojo
, ToCopyableBuilder<SMSChannelResponse.Builder,SMSChannelResponse>
@Generated("software.amazon.awssdk:codegen") public class SMSChannelResponse extends Object implements StructuredPojo, ToCopyableBuilder<SMSChannelResponse.Builder,SMSChannelResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
SMSChannelResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
applicationId() |
Application id
|
static SMSChannelResponse.Builder |
builder() |
|
String |
creationDate() |
The date that the settings were last updated in ISO 8601 format.
|
Boolean |
enabled() |
If the channel is enabled for sending messages.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
Channel ID.
|
Boolean |
isArchived() |
Is this channel archived
|
String |
lastModifiedBy() |
Who last updated this entry
|
String |
lastModifiedDate() |
Last date this was updated
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
platform() |
Platform type.
|
String |
senderId() |
Sender identifier of your messages.
|
static Class<? extends SMSChannelResponse.Builder> |
serializableBuilderClass() |
|
String |
shortCode() |
The short code registered with the phone provider.
|
SMSChannelResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Integer |
version() |
Version of channel
|
public String applicationId()
public String creationDate()
public Boolean enabled()
public String id()
public Boolean isArchived()
public String lastModifiedBy()
public String lastModifiedDate()
public String platform()
public String senderId()
public String shortCode()
public Integer version()
public SMSChannelResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SMSChannelResponse.Builder,SMSChannelResponse>
public static SMSChannelResponse.Builder builder()
public static Class<? extends SMSChannelResponse.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.