@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AcceptPageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AcceptPageRequest() |
Modifier and Type | Method and Description |
---|---|
AcceptPageRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAcceptCode()
The accept code is a 6-digit code used to acknowledge the page.
|
String |
getAcceptType()
The type indicates if the page was
DELIVERED or READ . |
String |
getContactChannelId()
The ARN of the contact channel.
|
String |
getNote()
Information provided by the user when the user acknowledges the page.
|
String |
getPageId()
The Amazon Resource Name (ARN) of the engagement to a contact channel.
|
int |
hashCode() |
void |
setAcceptCode(String acceptCode)
The accept code is a 6-digit code used to acknowledge the page.
|
void |
setAcceptType(String acceptType)
The type indicates if the page was
DELIVERED or READ . |
void |
setContactChannelId(String contactChannelId)
The ARN of the contact channel.
|
void |
setNote(String note)
Information provided by the user when the user acknowledges the page.
|
void |
setPageId(String pageId)
The Amazon Resource Name (ARN) of the engagement to a contact channel.
|
String |
toString()
Returns a string representation of this object.
|
AcceptPageRequest |
withAcceptCode(String acceptCode)
The accept code is a 6-digit code used to acknowledge the page.
|
AcceptPageRequest |
withAcceptType(AcceptType acceptType)
The type indicates if the page was
DELIVERED or READ . |
AcceptPageRequest |
withAcceptType(String acceptType)
The type indicates if the page was
DELIVERED or READ . |
AcceptPageRequest |
withContactChannelId(String contactChannelId)
The ARN of the contact channel.
|
AcceptPageRequest |
withNote(String note)
Information provided by the user when the user acknowledges the page.
|
AcceptPageRequest |
withPageId(String pageId)
The Amazon Resource Name (ARN) of the engagement to a contact channel.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setPageId(String pageId)
The Amazon Resource Name (ARN) of the engagement to a contact channel.
pageId
- The Amazon Resource Name (ARN) of the engagement to a contact channel.public String getPageId()
The Amazon Resource Name (ARN) of the engagement to a contact channel.
public AcceptPageRequest withPageId(String pageId)
The Amazon Resource Name (ARN) of the engagement to a contact channel.
pageId
- The Amazon Resource Name (ARN) of the engagement to a contact channel.public void setContactChannelId(String contactChannelId)
The ARN of the contact channel.
contactChannelId
- The ARN of the contact channel.public String getContactChannelId()
The ARN of the contact channel.
public AcceptPageRequest withContactChannelId(String contactChannelId)
The ARN of the contact channel.
contactChannelId
- The ARN of the contact channel.public void setAcceptType(String acceptType)
The type indicates if the page was DELIVERED
or READ
.
acceptType
- The type indicates if the page was DELIVERED
or READ
.AcceptType
public String getAcceptType()
The type indicates if the page was DELIVERED
or READ
.
DELIVERED
or READ
.AcceptType
public AcceptPageRequest withAcceptType(String acceptType)
The type indicates if the page was DELIVERED
or READ
.
acceptType
- The type indicates if the page was DELIVERED
or READ
.AcceptType
public AcceptPageRequest withAcceptType(AcceptType acceptType)
The type indicates if the page was DELIVERED
or READ
.
acceptType
- The type indicates if the page was DELIVERED
or READ
.AcceptType
public void setNote(String note)
Information provided by the user when the user acknowledges the page.
note
- Information provided by the user when the user acknowledges the page.public String getNote()
Information provided by the user when the user acknowledges the page.
public AcceptPageRequest withNote(String note)
Information provided by the user when the user acknowledges the page.
note
- Information provided by the user when the user acknowledges the page.public void setAcceptCode(String acceptCode)
The accept code is a 6-digit code used to acknowledge the page.
acceptCode
- The accept code is a 6-digit code used to acknowledge the page.public String getAcceptCode()
The accept code is a 6-digit code used to acknowledge the page.
public AcceptPageRequest withAcceptCode(String acceptCode)
The accept code is a 6-digit code used to acknowledge the page.
acceptCode
- The accept code is a 6-digit code used to acknowledge the page.public String toString()
toString
in class Object
Object.toString()
public AcceptPageRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()