Struct aws_sdk_codebuild::input::RetryBuildInput
source · [−]#[non_exhaustive]pub struct RetryBuildInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for RetryBuildInput
impl Clone for RetryBuildInput
sourcefn clone(&self) -> RetryBuildInput
fn clone(&self) -> RetryBuildInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RetryBuildInput
impl Debug for RetryBuildInput
sourceimpl PartialEq<RetryBuildInput> for RetryBuildInput
impl PartialEq<RetryBuildInput> for RetryBuildInput
sourcefn eq(&self, other: &RetryBuildInput) -> bool
fn eq(&self, other: &RetryBuildInput) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more