@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.
|
AcceptCodeValidation |
acceptCodeValidation()
An optional field that Incident Manager uses to
ENFORCE AcceptCode validation when
acknowledging an page. |
String |
acceptCodeValidationAsString()
An optional field that Incident Manager uses to
ENFORCE AcceptCode validation when
acknowledging an 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 final AcceptCodeValidation acceptCodeValidation()
An optional field that Incident Manager uses to ENFORCE AcceptCode validation when
acknowledging an page. Acknowledgement can occur by replying to a page, or when entering the AcceptCode in the
console. Enforcing AcceptCode validation causes Incident Manager to verify that the code entered by the user
matches the code sent by Incident Manager with the page.
Incident Manager can also IGNORE AcceptCode validation. Ignoring
AcceptCode validation causes Incident Manager to accept any value entered for the
AcceptCode.
If the service returns an enum value that is not available in the current SDK version,
acceptCodeValidation will return AcceptCodeValidation.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from acceptCodeValidationAsString().
ENFORCE AcceptCode validation
when acknowledging an page. Acknowledgement can occur by replying to a page, or when entering the
AcceptCode in the console. Enforcing AcceptCode validation causes Incident Manager to verify that the
code entered by the user matches the code sent by Incident Manager with the page.
Incident Manager can also IGNORE AcceptCode validation. Ignoring
AcceptCode validation causes Incident Manager to accept any value entered for the
AcceptCode.
AcceptCodeValidationpublic final String acceptCodeValidationAsString()
An optional field that Incident Manager uses to ENFORCE AcceptCode validation when
acknowledging an page. Acknowledgement can occur by replying to a page, or when entering the AcceptCode in the
console. Enforcing AcceptCode validation causes Incident Manager to verify that the code entered by the user
matches the code sent by Incident Manager with the page.
Incident Manager can also IGNORE AcceptCode validation. Ignoring
AcceptCode validation causes Incident Manager to accept any value entered for the
AcceptCode.
If the service returns an enum value that is not available in the current SDK version,
acceptCodeValidation will return AcceptCodeValidation.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from acceptCodeValidationAsString().
ENFORCE AcceptCode validation
when acknowledging an page. Acknowledgement can occur by replying to a page, or when entering the
AcceptCode in the console. Enforcing AcceptCode validation causes Incident Manager to verify that the
code entered by the user matches the code sent by Incident Manager with the page.
Incident Manager can also IGNORE AcceptCode validation. Ignoring
AcceptCode validation causes Incident Manager to accept any value entered for the
AcceptCode.
AcceptCodeValidationpublic 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 © 2022. All rights reserved.