@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainName()
The unique name of the domain.
|
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 ListIntegrations API call.
|
int |
hashCode() |
Boolean |
isIncludeHidden()
Boolean to indicate if hidden integration should be returned.
|
void |
setDomainName(String domainName)
The unique name of the domain.
|
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 ListIntegrations API call.
|
String |
toString()
Returns a string representation of this object.
|
ListIntegrationsRequest |
withDomainName(String domainName)
The unique name of the domain.
|
ListIntegrationsRequest |
withIncludeHidden(Boolean includeHidden)
Boolean to indicate if hidden integration should be returned.
|
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, 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 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 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 ListIntegrationsRequest 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 ListIntegrationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()