@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListExecutionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListExecutionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListExecutionsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getExportArn()
The Amazon Resource Name (ARN) for this export.
|
Integer |
getMaxResults()
The maximum number of objects that are returned for the request.
|
String |
getNextToken()
The token to retrieve the next set of results.
|
int |
hashCode() |
void |
setExportArn(String exportArn)
The Amazon Resource Name (ARN) for this export.
|
void |
setMaxResults(Integer maxResults)
The maximum number of objects that are returned for the request.
|
void |
setNextToken(String nextToken)
The token to retrieve the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListExecutionsRequest |
withExportArn(String exportArn)
The Amazon Resource Name (ARN) for this export.
|
ListExecutionsRequest |
withMaxResults(Integer maxResults)
The maximum number of objects that are returned for the request.
|
ListExecutionsRequest |
withNextToken(String nextToken)
The token to retrieve the next set of results.
|
addHandlerContext, copyBaseTo, 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 setExportArn(String exportArn)
The Amazon Resource Name (ARN) for this export.
exportArn - The Amazon Resource Name (ARN) for this export.public String getExportArn()
The Amazon Resource Name (ARN) for this export.
public ListExecutionsRequest withExportArn(String exportArn)
The Amazon Resource Name (ARN) for this export.
exportArn - The Amazon Resource Name (ARN) for this export.public void setMaxResults(Integer maxResults)
The maximum number of objects that are returned for the request.
maxResults - The maximum number of objects that are returned for the request.public Integer getMaxResults()
The maximum number of objects that are returned for the request.
public ListExecutionsRequest withMaxResults(Integer maxResults)
The maximum number of objects that are returned for the request.
maxResults - The maximum number of objects that are returned for the request.public void setNextToken(String nextToken)
The token to retrieve the next set of results.
nextToken - The token to retrieve the next set of results.public String getNextToken()
The token to retrieve the next set of results.
public ListExecutionsRequest withNextToken(String nextToken)
The token to retrieve the next set of results.
nextToken - The token to retrieve the next set of results.public String toString()
toString in class ObjectObject.toString()public ListExecutionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2025. All rights reserved.