Struct aws_sdk_codebuild::operation::retry_build::RetryBuildInput
source · #[non_exhaustive]pub struct RetryBuildInput { /* private fields */ }
Implementations§
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.
source§impl RetryBuildInput
impl RetryBuildInput
sourcepub fn builder() -> RetryBuildInputBuilder
pub fn builder() -> RetryBuildInputBuilder
Creates a new builder-style object to manufacture RetryBuildInput
.
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
>
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 ==
.impl StructuralPartialEq for RetryBuildInput
Auto Trait Implementations§
impl RefUnwindSafe for RetryBuildInput
impl Send for RetryBuildInput
impl Sync for RetryBuildInput
impl Unpin for RetryBuildInput
impl UnwindSafe for RetryBuildInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more