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