Struct aws_sdk_codebuild::input::RetryBuildBatchInput
source · [−]#[non_exhaustive]pub struct RetryBuildBatchInput {
pub id: Option<String>,
pub idempotency_token: Option<String>,
pub retry_type: Option<RetryBuildBatchType>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.id: Option<String>
Specifies the identifier of the batch build to restart.
idempotency_token: Option<String>
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.
retry_type: Option<RetryBuildBatchType>
Specifies the type of retry to perform.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RetryBuildBatch, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RetryBuildBatch, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<RetryBuildBatch
>
Creates a new builder-style object to manufacture RetryBuildBatchInput
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.
Specifies the type of retry to perform.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for RetryBuildBatchInput
impl Send for RetryBuildBatchInput
impl Sync for RetryBuildBatchInput
impl Unpin for RetryBuildBatchInput
impl UnwindSafe for RetryBuildBatchInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more