@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RedriveExecutionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RedriveExecutionRequest() |
Modifier and Type | Method and Description |
---|---|
RedriveExecutionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
getExecutionArn()
The Amazon Resource Name (ARN) of the execution to be redriven.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setExecutionArn(String executionArn)
The Amazon Resource Name (ARN) of the execution to be redriven.
|
String |
toString()
Returns a string representation of this object.
|
RedriveExecutionRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
RedriveExecutionRequest |
withExecutionArn(String executionArn)
The Amazon Resource Name (ARN) of the execution to be redriven.
|
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, withSdkRequestTimeout
public void setExecutionArn(String executionArn)
The Amazon Resource Name (ARN) of the execution to be redriven.
executionArn
- The Amazon Resource Name (ARN) of the execution to be redriven.public String getExecutionArn()
The Amazon Resource Name (ARN) of the execution to be redriven.
public RedriveExecutionRequest withExecutionArn(String executionArn)
The Amazon Resource Name (ARN) of the execution to be redriven.
executionArn
- The Amazon Resource Name (ARN) of the execution to be redriven.public void setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency. The API uses one of the last 10 client tokens provided.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you
don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses
it for the request to ensure idempotency. The API uses one of the last 10 client tokens provided.public String getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency. The API uses one of the last 10 client tokens provided.
public RedriveExecutionRequest withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency. The API uses one of the last 10 client tokens provided.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you
don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses
it for the request to ensure idempotency. The API uses one of the last 10 client tokens provided.public String toString()
toString
in class Object
Object.toString()
public RedriveExecutionRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2023. All rights reserved.