@Generated(value="software.amazon.awssdk:codegen") public final class SMSChannelRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SMSChannelRequest.Builder,SMSChannelRequest>
Specifies the status and settings of the SMS channel for an application.
Modifier and Type | Class and Description |
---|---|
static interface |
SMSChannelRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static SMSChannelRequest.Builder |
builder() |
Boolean |
enabled()
Specifies whether to enable the SMS channel for the application.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
String |
senderId()
The identity that you want to display on recipients' devices when they receive messages from the SMS channel.
|
static Class<? extends SMSChannelRequest.Builder> |
serializableBuilderClass() |
String |
shortCode()
The registered short code that you want to use when you send messages through the SMS channel.
|
SMSChannelRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Boolean enabled()
Specifies whether to enable the SMS channel for the application.
public final String senderId()
The identity that you want to display on recipients' devices when they receive messages from the SMS channel.
public final String shortCode()
The registered short code that you want to use when you send messages through the SMS channel.
public SMSChannelRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<SMSChannelRequest.Builder,SMSChannelRequest>
public static SMSChannelRequest.Builder builder()
public static Class<? extends SMSChannelRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.