@Generated(value="software.amazon.awssdk:codegen") public final class SetDefaultSenderIdResponse extends PinpointSmsVoiceV2Response implements ToCopyableBuilder<SetDefaultSenderIdResponse.Builder,SetDefaultSenderIdResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SetDefaultSenderIdResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SetDefaultSenderIdResponse.Builder |
builder() |
String |
configurationSetArn()
The Amazon Resource Name (ARN) of the updated configuration set.
|
String |
configurationSetName()
The name of the configuration set that was updated.
|
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 default sender ID to set for the ConfigurationSet.
|
static Class<? extends SetDefaultSenderIdResponse.Builder> |
serializableBuilderClass() |
SetDefaultSenderIdResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String configurationSetArn()
The Amazon Resource Name (ARN) of the updated configuration set.
public final String configurationSetName()
The name of the configuration set that was updated.
public final String senderId()
The default sender ID to set for the ConfigurationSet.
public SetDefaultSenderIdResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SetDefaultSenderIdResponse.Builder,SetDefaultSenderIdResponse>toBuilder in class AwsResponsepublic static SetDefaultSenderIdResponse.Builder builder()
public static Class<? extends SetDefaultSenderIdResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.