@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPageReceiptsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListPageReceiptsRequest() |
Modifier and Type | Method and Description |
---|---|
ListPageReceiptsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of acknowledgements per page of results.
|
String |
getNextToken()
The pagination token to continue to the next page of results.
|
String |
getPageId()
The Amazon Resource Name (ARN) of the engagement to a specific contact channel.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of acknowledgements per page of results.
|
void |
setNextToken(String nextToken)
The pagination token to continue to the next page of results.
|
void |
setPageId(String pageId)
The Amazon Resource Name (ARN) of the engagement to a specific contact channel.
|
String |
toString()
Returns a string representation of this object.
|
ListPageReceiptsRequest |
withMaxResults(Integer maxResults)
The maximum number of acknowledgements per page of results.
|
ListPageReceiptsRequest |
withNextToken(String nextToken)
The pagination token to continue to the next page of results.
|
ListPageReceiptsRequest |
withPageId(String pageId)
The Amazon Resource Name (ARN) of the engagement to a specific 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 specific contact channel.
pageId
- The Amazon Resource Name (ARN) of the engagement to a specific contact channel.public String getPageId()
The Amazon Resource Name (ARN) of the engagement to a specific contact channel.
public ListPageReceiptsRequest withPageId(String pageId)
The Amazon Resource Name (ARN) of the engagement to a specific contact channel.
pageId
- The Amazon Resource Name (ARN) of the engagement to a specific contact channel.public void setNextToken(String nextToken)
The pagination token to continue to the next page of results.
nextToken
- The pagination token to continue to the next page of results.public String getNextToken()
The pagination token to continue to the next page of results.
public ListPageReceiptsRequest withNextToken(String nextToken)
The pagination token to continue to the next page of results.
nextToken
- The pagination token to continue to the next page of results.public void setMaxResults(Integer maxResults)
The maximum number of acknowledgements per page of results.
maxResults
- The maximum number of acknowledgements per page of results.public Integer getMaxResults()
The maximum number of acknowledgements per page of results.
public ListPageReceiptsRequest withMaxResults(Integer maxResults)
The maximum number of acknowledgements per page of results.
maxResults
- The maximum number of acknowledgements per page of results.public String toString()
toString
in class Object
Object.toString()
public ListPageReceiptsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()