@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RetryBuildRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| RetryBuildRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| RetryBuildRequest | 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 build to restart. | 
| String | getIdempotencyToken()
 A unique, case sensitive identifier you provide to ensure the idempotency of the  RetryBuildrequest. | 
| int | hashCode() | 
| void | setId(String id)
 Specifies the identifier of the build to restart. | 
| void | setIdempotencyToken(String idempotencyToken)
 A unique, case sensitive identifier you provide to ensure the idempotency of the  RetryBuildrequest. | 
| String | toString()Returns a string representation of this object. | 
| RetryBuildRequest | withId(String id)
 Specifies the identifier of the build to restart. | 
| RetryBuildRequest | withIdempotencyToken(String idempotencyToken)
 A unique, case sensitive identifier you provide to ensure the idempotency of the  RetryBuildrequest. | 
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 setId(String id)
Specifies the identifier of the build to restart.
id - Specifies the identifier of the build to restart.public String getId()
Specifies the identifier of the build to restart.
public RetryBuildRequest withId(String id)
Specifies the identifier of the build to restart.
id - Specifies the identifier of the build to restart.public void setIdempotencyToken(String idempotencyToken)
 A unique, case sensitive identifier you provide to ensure the idempotency of the RetryBuild request.
 The token is included in the RetryBuild request and is valid for five minutes. If you repeat the
 RetryBuild request with the same token, but change a parameter, AWS CodeBuild returns a parameter
 mismatch error.
 
idempotencyToken - A unique, case sensitive identifier you provide to ensure the idempotency of the RetryBuild
        request. The token is included in the RetryBuild request and is valid for five minutes. If
        you repeat the RetryBuild request with the same token, but change a parameter, AWS CodeBuild
        returns a parameter mismatch error.public String getIdempotencyToken()
 A unique, case sensitive identifier you provide to ensure the idempotency of the RetryBuild request.
 The token is included in the RetryBuild request and is valid for five minutes. If you repeat the
 RetryBuild request with the same token, but change a parameter, AWS CodeBuild returns a parameter
 mismatch error.
 
RetryBuild
         request. The token is included in the RetryBuild request and is valid for five minutes. If
         you repeat the RetryBuild request with the same token, but change a parameter, AWS CodeBuild
         returns a parameter mismatch error.public RetryBuildRequest withIdempotencyToken(String idempotencyToken)
 A unique, case sensitive identifier you provide to ensure the idempotency of the RetryBuild request.
 The token is included in the RetryBuild request and is valid for five minutes. If you repeat the
 RetryBuild request with the same token, but change a parameter, AWS CodeBuild returns a parameter
 mismatch error.
 
idempotencyToken - A unique, case sensitive identifier you provide to ensure the idempotency of the RetryBuild
        request. The token is included in the RetryBuild request and is valid for five minutes. If
        you repeat the RetryBuild request with the same token, but change a parameter, AWS CodeBuild
        returns a parameter mismatch error.public String toString()
toString in class ObjectObject.toString()public RetryBuildRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()