@Generated(value="software.amazon.awssdk:codegen") public final class UpdatePoolResponse extends PinpointSmsVoiceV2Response implements ToCopyableBuilder<UpdatePoolResponse.Builder,UpdatePoolResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdatePoolResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdatePoolResponse.Builder |
builder() |
Instant |
createdTimestamp()
The time when the pool was created, in UNIX epoch time format.
|
Boolean |
deletionProtectionEnabled()
When set to true the pool can't be deleted.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
MessageType |
messageType()
The type of message for the pool to use.
|
String |
messageTypeAsString()
The type of message for the pool to use.
|
String |
optOutListName()
The name of the OptOutList associated with the pool.
|
String |
poolArn()
The ARN of the pool.
|
String |
poolId()
The unique identifier of the pool.
|
List<SdkField<?>> |
sdkFields() |
Boolean |
selfManagedOptOutsEnabled()
When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, Amazon
Pinpoint automatically replies with a customizable message and adds the end recipient to the OptOutList.
|
static Class<? extends UpdatePoolResponse.Builder> |
serializableBuilderClass() |
Boolean |
sharedRoutesEnabled()
Indicates whether shared routes are enabled for the pool.
|
PoolStatus |
status()
The current status of the pool update request.
|
String |
statusAsString()
The current status of the pool update request.
|
UpdatePoolResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
twoWayChannelArn()
The Amazon Resource Name (ARN) of the two way channel.
|
Boolean |
twoWayEnabled()
By default this is set to false.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String poolArn()
The ARN of the pool.
public final String poolId()
The unique identifier of the pool.
public final PoolStatus status()
The current status of the pool update request.
If the service returns an enum value that is not available in the current SDK version, status will
return PoolStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
PoolStatuspublic final String statusAsString()
The current status of the pool update request.
If the service returns an enum value that is not available in the current SDK version, status will
return PoolStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
PoolStatuspublic final MessageType messageType()
The type of message for the pool to use.
If the service returns an enum value that is not available in the current SDK version, messageType will
return MessageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
messageTypeAsString().
MessageTypepublic final String messageTypeAsString()
The type of message for the pool to use.
If the service returns an enum value that is not available in the current SDK version, messageType will
return MessageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
messageTypeAsString().
MessageTypepublic final Boolean twoWayEnabled()
By default this is set to false. When set to true you can receive incoming text messages from your end recipients.
public final String twoWayChannelArn()
The Amazon Resource Name (ARN) of the two way channel.
public final Boolean selfManagedOptOutsEnabled()
When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, Amazon Pinpoint automatically replies with a customizable message and adds the end recipient to the OptOutList. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out requests.
public final String optOutListName()
The name of the OptOutList associated with the pool.
public final Boolean sharedRoutesEnabled()
Indicates whether shared routes are enabled for the pool.
public final Boolean deletionProtectionEnabled()
When set to true the pool can't be deleted.
public final Instant createdTimestamp()
The time when the pool was created, in UNIX epoch time format.
public UpdatePoolResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdatePoolResponse.Builder,UpdatePoolResponse>toBuilder in class AwsResponsepublic static UpdatePoolResponse.Builder builder()
public static Class<? extends UpdatePoolResponse.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.