@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEventTypesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetEventTypesRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetEventTypesRequest |
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.
|
GetEventTypesRequest |
withMaxResults(Integer maxResults)
The maximum number of objects to return for the request.
|
GetEventTypesRequest |
withName(String name)
The name.
|
GetEventTypesRequest |
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, withSdkRequestTimeoutpublic void setName(String name)
The name.
name - The name.public String getName()
The name.
public GetEventTypesRequest 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 GetEventTypesRequest 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 GetEventTypesRequest 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 ObjectObject.toString()public GetEventTypesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()