@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
RetryBuild request. |
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
RetryBuild request. |
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
RetryBuild request. |
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 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, 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, 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, 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, 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, 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, CodeBuild
returns a parameter mismatch error.public String toString()
toString
in class Object
Object.toString()
public RetryBuildRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()