@Generated(value="software.amazon.awssdk:codegen") public final class AcceptPageRequest extends SsmContactsRequest implements ToCopyableBuilder<AcceptPageRequest.Builder,AcceptPageRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AcceptPageRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
acceptCode()
The accept code is a 6-digit code used to acknowledge the page.
|
AcceptType |
acceptType()
The type indicates if the page was
DELIVERED or READ. |
String |
acceptTypeAsString()
The type indicates if the page was
DELIVERED or READ. |
static AcceptPageRequest.Builder |
builder() |
String |
contactChannelId()
The ARN of the contact channel.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
note()
Information provided by the user when the user acknowledges the page.
|
String |
pageId()
The Amazon Resource Name (ARN) of the engagement to a contact channel.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AcceptPageRequest.Builder> |
serializableBuilderClass() |
AcceptPageRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String pageId()
The Amazon Resource Name (ARN) of the engagement to a contact channel.
public final String contactChannelId()
The ARN of the contact channel.
public final AcceptType acceptType()
The type indicates if the page was DELIVERED or READ.
If the service returns an enum value that is not available in the current SDK version, acceptType will
return AcceptType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
acceptTypeAsString().
DELIVERED or READ.AcceptTypepublic final String acceptTypeAsString()
The type indicates if the page was DELIVERED or READ.
If the service returns an enum value that is not available in the current SDK version, acceptType will
return AcceptType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
acceptTypeAsString().
DELIVERED or READ.AcceptTypepublic final String note()
Information provided by the user when the user acknowledges the page.
public final String acceptCode()
The accept code is a 6-digit code used to acknowledge the page.
public AcceptPageRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AcceptPageRequest.Builder,AcceptPageRequest>toBuilder in class SsmContactsRequestpublic static AcceptPageRequest.Builder builder()
public static Class<? extends AcceptPageRequest.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 © 2021. All rights reserved.