@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getIncludeHidden()
Boolean to indicate if hidden integration should be returned.
|
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() |
Boolean |
isIncludeHidden()
Boolean to indicate if hidden integration should be returned.
|
void |
setIncludeHidden(Boolean includeHidden)
Boolean to indicate if hidden integration should be returned.
|
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 |
withIncludeHidden(Boolean includeHidden)
Boolean to indicate if hidden integration should be returned.
|
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, 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 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 void setIncludeHidden(Boolean includeHidden)
Boolean to indicate if hidden integration should be returned. Defaults to False
.
includeHidden
- Boolean to indicate if hidden integration should be returned. Defaults to False
.public Boolean getIncludeHidden()
Boolean to indicate if hidden integration should be returned. Defaults to False
.
False
.public ListAccountIntegrationsRequest withIncludeHidden(Boolean includeHidden)
Boolean to indicate if hidden integration should be returned. Defaults to False
.
includeHidden
- Boolean to indicate if hidden integration should be returned. Defaults to False
.public Boolean isIncludeHidden()
Boolean to indicate if hidden integration should be returned. Defaults to False
.
False
.public String toString()
toString
in class Object
Object.toString()
public ListAccountIntegrationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()