@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIntegrationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListIntegrationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListIntegrationsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDomainName()
The unique name of the domain.
|
Integer |
getMaxResults()
The maximum number of objects returned per page.
|
String |
getNextToken()
The pagination token from the previous ListIntegrations API call.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The unique name of the domain.
|
void |
setMaxResults(Integer maxResults)
The maximum number of objects returned per page.
|
void |
setNextToken(String nextToken)
The pagination token from the previous ListIntegrations API call.
|
String |
toString()
Returns a string representation of this object.
|
ListIntegrationsRequest |
withDomainName(String domainName)
The unique name of the domain.
|
ListIntegrationsRequest |
withMaxResults(Integer maxResults)
The maximum number of objects returned per page.
|
ListIntegrationsRequest |
withNextToken(String nextToken)
The pagination token from the previous ListIntegrations API call.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setDomainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.public String getDomainName()
The unique name of the domain.
public ListIntegrationsRequest withDomainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.public void setNextToken(String nextToken)
The pagination token from the previous ListIntegrations API call.
nextToken - The pagination token from the previous ListIntegrations API call.public String getNextToken()
The pagination token from the previous ListIntegrations API call.
public ListIntegrationsRequest withNextToken(String nextToken)
The pagination token from the previous ListIntegrations API call.
nextToken - The pagination token from the previous ListIntegrations API call.public void setMaxResults(Integer maxResults)
The maximum number of objects returned per page.
maxResults - The maximum number of objects returned per page.public Integer getMaxResults()
The maximum number of objects returned per page.
public ListIntegrationsRequest withMaxResults(Integer maxResults)
The maximum number of objects returned per page.
maxResults - The maximum number of objects returned per page.public String toString()
toString in class ObjectObject.toString()public ListIntegrationsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.