@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCustomEntityTypesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListCustomEntityTypesRequest() |
Modifier and Type | Method and Description |
---|---|
ListCustomEntityTypesRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
ListCustomEntityTypesRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
ListCustomEntityTypesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
A paginated token to offset the results.
|
Map<String,String> |
getTags()
A list of key-value pair tags.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
A paginated token to offset the results.
|
void |
setTags(Map<String,String> tags)
A list of key-value pair tags.
|
String |
toString()
Returns a string representation of this object.
|
ListCustomEntityTypesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListCustomEntityTypesRequest |
withNextToken(String nextToken)
A paginated token to offset the results.
|
ListCustomEntityTypesRequest |
withTags(Map<String,String> tags)
A list of key-value pair tags.
|
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 setNextToken(String nextToken)
A paginated token to offset the results.
nextToken
- A paginated token to offset the results.public String getNextToken()
A paginated token to offset the results.
public ListCustomEntityTypesRequest withNextToken(String nextToken)
A paginated token to offset the results.
nextToken
- A paginated token to offset the results.public void setMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public Integer getMaxResults()
The maximum number of results to return.
public ListCustomEntityTypesRequest withMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public Map<String,String> getTags()
A list of key-value pair tags.
public void setTags(Map<String,String> tags)
A list of key-value pair tags.
tags
- A list of key-value pair tags.public ListCustomEntityTypesRequest withTags(Map<String,String> tags)
A list of key-value pair tags.
tags
- A list of key-value pair tags.public ListCustomEntityTypesRequest addTagsEntry(String key, String value)
public ListCustomEntityTypesRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public ListCustomEntityTypesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()