Struct aws_sdk_codebuild::input::RetryBuildInput
source · #[non_exhaustive]pub struct RetryBuildInput { /* private fields */ }
Implementations§
source§impl RetryBuildInput
impl RetryBuildInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RetryBuild, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RetryBuild, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RetryBuild
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RetryBuildInput
.
source§impl RetryBuildInput
impl RetryBuildInput
sourcepub fn idempotency_token(&self) -> Option<&str>
pub fn idempotency_token(&self) -> Option<&str>
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.
Trait Implementations§
source§impl Clone for RetryBuildInput
impl Clone for RetryBuildInput
source§fn clone(&self) -> RetryBuildInput
fn clone(&self) -> RetryBuildInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RetryBuildInput
impl Debug for RetryBuildInput
source§impl PartialEq<RetryBuildInput> for RetryBuildInput
impl PartialEq<RetryBuildInput> for RetryBuildInput
source§fn eq(&self, other: &RetryBuildInput) -> bool
fn eq(&self, other: &RetryBuildInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.