@Generated(value="software.amazon.awssdk:codegen") public final class SetDefaultSenderIdRequest extends PinpointSmsVoiceV2Request implements ToCopyableBuilder<SetDefaultSenderIdRequest.Builder,SetDefaultSenderIdRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SetDefaultSenderIdRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SetDefaultSenderIdRequest.Builder |
builder() |
String |
configurationSetName()
The configuration set to updated with a new default SenderId.
|
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 current sender ID for the configuration set.
|
static Class<? extends SetDefaultSenderIdRequest.Builder> |
serializableBuilderClass() |
SetDefaultSenderIdRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String configurationSetName()
The configuration set to updated with a new default SenderId. This field can be the ConsigurationSetName or ConfigurationSetArn.
public final String senderId()
The current sender ID for the configuration set. When sending a text message to a destination country which supports SenderIds, the default sender ID on the configuration set specified on SendTextMessage will be used if no dedicated origination phone numbers or registered SenderIds are available in your account, instead of a generic sender ID, such as 'NOTICE'.
public SetDefaultSenderIdRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SetDefaultSenderIdRequest.Builder,SetDefaultSenderIdRequest>toBuilder in class PinpointSmsVoiceV2Requestpublic static SetDefaultSenderIdRequest.Builder builder()
public static Class<? extends SetDefaultSenderIdRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.