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