@Generated(value="software.amazon.awssdk:codegen") public final class SMSChannelResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SMSChannelResponse.Builder,SMSChannelResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SMSChannelResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The unique ID of the application to which the SMS channel belongs.
|
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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Boolean |
hasCredential()
Not used.
|
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
|
String |
platform()
Platform type.
|
Integer |
promotionalMessagesPerSecond()
Promotional messages per second that can be sent
|
List<SdkField<?>> |
sdkFields() |
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() |
String |
toString() |
Integer |
transactionalMessagesPerSecond()
Transactional messages per second that can be sent
|
Integer |
version()
Version of channel
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String applicationId()
public String creationDate()
public Boolean enabled()
public Boolean hasCredential()
public String id()
public Boolean isArchived()
public String lastModifiedBy()
public String lastModifiedDate()
public String platform()
public Integer promotionalMessagesPerSecond()
public String senderId()
public String shortCode()
public Integer transactionalMessagesPerSecond()
public Integer version()
public SMSChannelResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SMSChannelResponse.Builder,SMSChannelResponse>public static SMSChannelResponse.Builder builder()
public static Class<? extends SMSChannelResponse.Builder> serializableBuilderClass()
Copyright © 2018. All rights reserved.