@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RetryBuildBatchRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RetryBuildBatchRequest() |
Modifier and Type | Method and Description |
---|---|
RetryBuildBatchRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
Specifies the identifier of the batch build to restart.
|
String |
getIdempotencyToken()
A unique, case sensitive identifier you provide to ensure the idempotency of the
RetryBuildBatch
request. |
String |
getRetryType()
Specifies the type of retry to perform.
|
int |
hashCode() |
void |
setId(String id)
Specifies the identifier of the batch build to restart.
|
void |
setIdempotencyToken(String idempotencyToken)
A unique, case sensitive identifier you provide to ensure the idempotency of the
RetryBuildBatch
request. |
void |
setRetryType(String retryType)
Specifies the type of retry to perform.
|
String |
toString()
Returns a string representation of this object.
|
RetryBuildBatchRequest |
withId(String id)
Specifies the identifier of the batch build to restart.
|
RetryBuildBatchRequest |
withIdempotencyToken(String idempotencyToken)
A unique, case sensitive identifier you provide to ensure the idempotency of the
RetryBuildBatch
request. |
RetryBuildBatchRequest |
withRetryType(RetryBuildBatchType retryType)
Specifies the type of retry to perform.
|
RetryBuildBatchRequest |
withRetryType(String retryType)
Specifies the type of retry to perform.
|
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 setId(String id)
Specifies the identifier of the batch build to restart.
id
- Specifies the identifier of the batch build to restart.public String getId()
Specifies the identifier of the batch build to restart.
public RetryBuildBatchRequest withId(String id)
Specifies the identifier of the batch build to restart.
id
- Specifies the identifier of the batch build to restart.public void setIdempotencyToken(String idempotencyToken)
A unique, case sensitive identifier you provide to ensure the idempotency of the RetryBuildBatch
request. The token is included in the RetryBuildBatch
request and is valid for five minutes. If you
repeat the RetryBuildBatch
request with the same token, but change a parameter, CodeBuild returns a
parameter mismatch error.
idempotencyToken
- A unique, case sensitive identifier you provide to ensure the idempotency of the
RetryBuildBatch
request. The token is included in the RetryBuildBatch
request
and is valid for five minutes. If you repeat the RetryBuildBatch
request with the same token,
but change a parameter, CodeBuild returns a parameter mismatch error.public String getIdempotencyToken()
A unique, case sensitive identifier you provide to ensure the idempotency of the RetryBuildBatch
request. The token is included in the RetryBuildBatch
request and is valid for five minutes. If you
repeat the RetryBuildBatch
request with the same token, but change a parameter, CodeBuild returns a
parameter mismatch error.
RetryBuildBatch
request. The token is included in the RetryBuildBatch
request
and is valid for five minutes. If you repeat the RetryBuildBatch
request with the same
token, but change a parameter, CodeBuild returns a parameter mismatch error.public RetryBuildBatchRequest withIdempotencyToken(String idempotencyToken)
A unique, case sensitive identifier you provide to ensure the idempotency of the RetryBuildBatch
request. The token is included in the RetryBuildBatch
request and is valid for five minutes. If you
repeat the RetryBuildBatch
request with the same token, but change a parameter, CodeBuild returns a
parameter mismatch error.
idempotencyToken
- A unique, case sensitive identifier you provide to ensure the idempotency of the
RetryBuildBatch
request. The token is included in the RetryBuildBatch
request
and is valid for five minutes. If you repeat the RetryBuildBatch
request with the same token,
but change a parameter, CodeBuild returns a parameter mismatch error.public void setRetryType(String retryType)
Specifies the type of retry to perform.
retryType
- Specifies the type of retry to perform.RetryBuildBatchType
public String getRetryType()
Specifies the type of retry to perform.
RetryBuildBatchType
public RetryBuildBatchRequest withRetryType(String retryType)
Specifies the type of retry to perform.
retryType
- Specifies the type of retry to perform.RetryBuildBatchType
public RetryBuildBatchRequest withRetryType(RetryBuildBatchType retryType)
Specifies the type of retry to perform.
retryType
- Specifies the type of retry to perform.RetryBuildBatchType
public String toString()
toString
in class Object
Object.toString()
public RetryBuildBatchRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()