@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBatchJobRestartPointsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListBatchJobRestartPointsRequest() |
Modifier and Type | Method and Description |
---|---|
ListBatchJobRestartPointsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique identifier of the application.
|
String |
getExecutionId()
The unique identifier of each batch job execution.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The unique identifier of the application.
|
void |
setExecutionId(String executionId)
The unique identifier of each batch job execution.
|
String |
toString()
Returns a string representation of this object.
|
ListBatchJobRestartPointsRequest |
withApplicationId(String applicationId)
The unique identifier of the application.
|
ListBatchJobRestartPointsRequest |
withExecutionId(String executionId)
The unique identifier of each batch job execution.
|
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 setApplicationId(String applicationId)
The unique identifier of the application.
applicationId
- The unique identifier of the application.public String getApplicationId()
The unique identifier of the application.
public ListBatchJobRestartPointsRequest withApplicationId(String applicationId)
The unique identifier of the application.
applicationId
- The unique identifier of the application.public void setExecutionId(String executionId)
The unique identifier of each batch job execution.
executionId
- The unique identifier of each batch job execution.public String getExecutionId()
The unique identifier of each batch job execution.
public ListBatchJobRestartPointsRequest withExecutionId(String executionId)
The unique identifier of each batch job execution.
executionId
- The unique identifier of each batch job execution.public String toString()
toString
in class Object
Object.toString()
public ListBatchJobRestartPointsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()