@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListContactChannelsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListContactChannelsRequest() |
Modifier and Type | Method and Description |
---|---|
ListContactChannelsRequest |
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.
|
Integer |
getMaxResults()
The maximum number of contact channels per page.
|
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.
|
void |
setMaxResults(Integer maxResults)
The maximum number of contact channels per page.
|
void |
setNextToken(String nextToken)
The pagination token to continue to the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListContactChannelsRequest |
withContactId(String contactId)
The Amazon Resource Name (ARN) of the contact.
|
ListContactChannelsRequest |
withMaxResults(Integer maxResults)
The maximum number of contact channels per page.
|
ListContactChannelsRequest |
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.
contactId
- The Amazon Resource Name (ARN) of the contact.public String getContactId()
The Amazon Resource Name (ARN) of the contact.
public ListContactChannelsRequest withContactId(String contactId)
The Amazon Resource Name (ARN) of the contact.
contactId
- The Amazon Resource Name (ARN) of the contact.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 ListContactChannelsRequest 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 contact channels per page.
maxResults
- The maximum number of contact channels per page.public Integer getMaxResults()
The maximum number of contact channels per page.
public ListContactChannelsRequest withMaxResults(Integer maxResults)
The maximum number of contact channels per page.
maxResults
- The maximum number of contact channels per page.public String toString()
toString
in class Object
Object.toString()
public ListContactChannelsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()