@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPageResolutionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListPageResolutionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListPageResolutionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNextToken()
A token to start the list.
|
String |
getPageId()
The Amazon Resource Name (ARN) of the contact engaged for the incident.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token to start the list.
|
void |
setPageId(String pageId)
The Amazon Resource Name (ARN) of the contact engaged for the incident.
|
String |
toString()
Returns a string representation of this object.
|
ListPageResolutionsRequest |
withNextToken(String nextToken)
A token to start the list.
|
ListPageResolutionsRequest |
withPageId(String pageId)
The Amazon Resource Name (ARN) of the contact engaged for the incident.
|
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 setNextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
nextToken
- A token to start the list. Use this token to get the next set of results.public String getNextToken()
A token to start the list. Use this token to get the next set of results.
public ListPageResolutionsRequest withNextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
nextToken
- A token to start the list. Use this token to get the next set of results.public void setPageId(String pageId)
The Amazon Resource Name (ARN) of the contact engaged for the incident.
pageId
- The Amazon Resource Name (ARN) of the contact engaged for the incident.public String getPageId()
The Amazon Resource Name (ARN) of the contact engaged for the incident.
public ListPageResolutionsRequest withPageId(String pageId)
The Amazon Resource Name (ARN) of the contact engaged for the incident.
pageId
- The Amazon Resource Name (ARN) of the contact engaged for the incident.public String toString()
toString
in class Object
Object.toString()
public ListPageResolutionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()