@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCalculatedAttributeDefinitionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListCalculatedAttributeDefinitionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListCalculatedAttributeDefinitionsRequest |
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.
|
Integer |
getMaxResults()
The maximum number of calculated attribute definitions returned per page.
|
String |
getNextToken()
The pagination token from the previous call to ListCalculatedAttributeDefinitions.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The unique name of the domain.
|
void |
setMaxResults(Integer maxResults)
The maximum number of calculated attribute definitions returned per page.
|
void |
setNextToken(String nextToken)
The pagination token from the previous call to ListCalculatedAttributeDefinitions.
|
String |
toString()
Returns a string representation of this object.
|
ListCalculatedAttributeDefinitionsRequest |
withDomainName(String domainName)
The unique name of the domain.
|
ListCalculatedAttributeDefinitionsRequest |
withMaxResults(Integer maxResults)
The maximum number of calculated attribute definitions returned per page.
|
ListCalculatedAttributeDefinitionsRequest |
withNextToken(String nextToken)
The pagination token from the previous call to ListCalculatedAttributeDefinitions.
|
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 ListCalculatedAttributeDefinitionsRequest()
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 ListCalculatedAttributeDefinitionsRequest 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 call to ListCalculatedAttributeDefinitions.
nextToken
- The pagination token from the previous call to ListCalculatedAttributeDefinitions.public String getNextToken()
The pagination token from the previous call to ListCalculatedAttributeDefinitions.
public ListCalculatedAttributeDefinitionsRequest withNextToken(String nextToken)
The pagination token from the previous call to ListCalculatedAttributeDefinitions.
nextToken
- The pagination token from the previous call to ListCalculatedAttributeDefinitions.public void setMaxResults(Integer maxResults)
The maximum number of calculated attribute definitions returned per page.
maxResults
- The maximum number of calculated attribute definitions returned per page.public Integer getMaxResults()
The maximum number of calculated attribute definitions returned per page.
public ListCalculatedAttributeDefinitionsRequest withMaxResults(Integer maxResults)
The maximum number of calculated attribute definitions returned per page.
maxResults
- The maximum number of calculated attribute definitions returned per page.public String toString()
toString
in class Object
Object.toString()
public ListCalculatedAttributeDefinitionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()