@Generated(value="software.amazon.awssdk:codegen") public final class RetryBuildBatchRequest extends CodeBuildRequest implements ToCopyableBuilder<RetryBuildBatchRequest.Builder,RetryBuildBatchRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RetryBuildBatchRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RetryBuildBatchRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
Specifies the identifier of the batch build to restart.
|
String |
idempotencyToken()
A unique, case sensitive identifier you provide to ensure the idempotency of the
RetryBuildBatch
request. |
RetryBuildBatchType |
retryType()
Specifies the type of retry to perform.
|
String |
retryTypeAsString()
Specifies the type of retry to perform.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RetryBuildBatchRequest.Builder> |
serializableBuilderClass() |
RetryBuildBatchRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
Specifies the identifier of the batch build to restart.
public final 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.
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 final RetryBuildBatchType retryType()
Specifies the type of retry to perform.
If the service returns an enum value that is not available in the current SDK version, retryType will
return RetryBuildBatchType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from retryTypeAsString().
RetryBuildBatchTypepublic final String retryTypeAsString()
Specifies the type of retry to perform.
If the service returns an enum value that is not available in the current SDK version, retryType will
return RetryBuildBatchType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from retryTypeAsString().
RetryBuildBatchTypepublic RetryBuildBatchRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RetryBuildBatchRequest.Builder,RetryBuildBatchRequest>toBuilder in class CodeBuildRequestpublic static RetryBuildBatchRequest.Builder builder()
public static Class<? extends RetryBuildBatchRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.