@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEntityTypesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetEntityTypesRequest() |
Modifier and Type | Method and Description |
---|---|
GetEntityTypesRequest |
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 objects to return for the request.
|
String |
getName()
The name.
|
String |
getNextToken()
The next token for the subsequent request.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of objects to return for the request.
|
void |
setName(String name)
The name.
|
void |
setNextToken(String nextToken)
The next token for the subsequent request.
|
String |
toString()
Returns a string representation of this object.
|
GetEntityTypesRequest |
withMaxResults(Integer maxResults)
The maximum number of objects to return for the request.
|
GetEntityTypesRequest |
withName(String name)
The name.
|
GetEntityTypesRequest |
withNextToken(String nextToken)
The next token for the subsequent request.
|
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 setName(String name)
The name.
name
- The name.public String getName()
The name.
public GetEntityTypesRequest withName(String name)
The name.
name
- The name.public void setNextToken(String nextToken)
The next token for the subsequent request.
nextToken
- The next token for the subsequent request.public String getNextToken()
The next token for the subsequent request.
public GetEntityTypesRequest withNextToken(String nextToken)
The next token for the subsequent request.
nextToken
- The next token for the subsequent request.public void setMaxResults(Integer maxResults)
The maximum number of objects to return for the request.
maxResults
- The maximum number of objects to return for the request.public Integer getMaxResults()
The maximum number of objects to return for the request.
public GetEntityTypesRequest withMaxResults(Integer maxResults)
The maximum number of objects to return for the request.
maxResults
- The maximum number of objects to return for the request.public String toString()
toString
in class Object
Object.toString()
public GetEntityTypesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()