@Generated(value="software.amazon.awssdk:codegen") public final class SMSChannelResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SMSChannelResponse.Builder,SMSChannelResponse>
Provides information about the status and settings of the SMS channel for an application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SMSChannelResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The unique identifier for the application that the SMS channel applies to.
|
static SMSChannelResponse.Builder |
builder() |
String |
creationDate()
The date and time, in ISO 8601 format, when the SMS channel was enabled.
|
Boolean |
enabled()
Specifies whether the SMS channel is enabled for the application.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Boolean |
hasCredential()
(Not used) This property is retained only for backward compatibility.
|
int |
hashCode() |
String |
id()
(Deprecated) An identifier for the SMS channel.
|
Boolean |
isArchived()
Specifies whether the SMS channel is archived.
|
String |
lastModifiedBy()
The user who last modified the SMS channel.
|
String |
lastModifiedDate()
The date and time, in ISO 8601 format, when the SMS channel was last modified.
|
String |
platform()
The type of messaging or notification platform for the channel.
|
Integer |
promotionalMessagesPerSecond()
The maximum number of promotional messages that you can send through the SMS channel each second.
|
List<SdkField<?>> |
sdkFields() |
String |
senderId()
The identity that displays on recipients' devices when they receive messages from the SMS channel.
|
static Class<? extends SMSChannelResponse.Builder> |
serializableBuilderClass() |
String |
shortCode()
The registered short code to use when you send messages through the SMS channel.
|
SMSChannelResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
transactionalMessagesPerSecond()
The maximum number of transactional messages that you can send through the SMS channel each second.
|
Integer |
version()
The current version of the SMS channel.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String applicationId()
The unique identifier for the application that the SMS channel applies to.
public String creationDate()
The date and time, in ISO 8601 format, when the SMS channel was enabled.
public Boolean enabled()
Specifies whether the SMS channel is enabled for the application.
public Boolean hasCredential()
(Not used) This property is retained only for backward compatibility.
public String id()
(Deprecated) An identifier for the SMS channel. This property is retained only for backward compatibility.
public Boolean isArchived()
Specifies whether the SMS channel is archived.
public String lastModifiedBy()
The user who last modified the SMS channel.
public String lastModifiedDate()
The date and time, in ISO 8601 format, when the SMS channel was last modified.
public String platform()
The type of messaging or notification platform for the channel. For the SMS channel, this value is SMS.
public Integer promotionalMessagesPerSecond()
The maximum number of promotional messages that you can send through the SMS channel each second.
public String senderId()
The identity that displays on recipients' devices when they receive messages from the SMS channel.
public String shortCode()
The registered short code to use when you send messages through the SMS channel.
public Integer transactionalMessagesPerSecond()
The maximum number of transactional messages that you can send through the SMS channel each second.
public Integer version()
The current version of the SMS channel.
public SMSChannelResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SMSChannelResponse.Builder,SMSChannelResponse>public static SMSChannelResponse.Builder builder()
public static Class<? extends SMSChannelResponse.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.