@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAccountIntegrationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAccountIntegrationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAccountIntegrationsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of objects returned per page.
|
String |
getNextToken()
The pagination token from the previous ListAccountIntegrations API call.
|
String |
getUri()
The URI of the S3 bucket or any other type of data source.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of objects returned per page.
|
void |
setNextToken(String nextToken)
The pagination token from the previous ListAccountIntegrations API call.
|
void |
setUri(String uri)
The URI of the S3 bucket or any other type of data source.
|
String |
toString()
Returns a string representation of this object.
|
ListAccountIntegrationsRequest |
withMaxResults(Integer maxResults)
The maximum number of objects returned per page.
|
ListAccountIntegrationsRequest |
withNextToken(String nextToken)
The pagination token from the previous ListAccountIntegrations API call.
|
ListAccountIntegrationsRequest |
withUri(String uri)
The URI of the S3 bucket or any other type of data source.
|
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 setUri(String uri)
The URI of the S3 bucket or any other type of data source.
uri - The URI of the S3 bucket or any other type of data source.public String getUri()
The URI of the S3 bucket or any other type of data source.
public ListAccountIntegrationsRequest withUri(String uri)
The URI of the S3 bucket or any other type of data source.
uri - The URI of the S3 bucket or any other type of data source.public void setNextToken(String nextToken)
The pagination token from the previous ListAccountIntegrations API call.
nextToken - The pagination token from the previous ListAccountIntegrations API call.public String getNextToken()
The pagination token from the previous ListAccountIntegrations API call.
public ListAccountIntegrationsRequest withNextToken(String nextToken)
The pagination token from the previous ListAccountIntegrations API call.
nextToken - The pagination token from the previous ListAccountIntegrations 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 ListAccountIntegrationsRequest 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 ListAccountIntegrationsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.