Struct aws_sdk_imagebuilder::operation::start_resource_state_update::builders::StartResourceStateUpdateOutputBuilder    
source · #[non_exhaustive]pub struct StartResourceStateUpdateOutputBuilder { /* private fields */ }Expand description
A builder for StartResourceStateUpdateOutput.
Implementations§
source§impl StartResourceStateUpdateOutputBuilder
 
impl StartResourceStateUpdateOutputBuilder
sourcepub fn lifecycle_execution_id(self, input: impl Into<String>) -> Self
 
pub fn lifecycle_execution_id(self, input: impl Into<String>) -> Self
Identifies the lifecycle runtime instance that started the resource state update.
sourcepub fn set_lifecycle_execution_id(self, input: Option<String>) -> Self
 
pub fn set_lifecycle_execution_id(self, input: Option<String>) -> Self
Identifies the lifecycle runtime instance that started the resource state update.
sourcepub fn get_lifecycle_execution_id(&self) -> &Option<String>
 
pub fn get_lifecycle_execution_id(&self) -> &Option<String>
Identifies the lifecycle runtime instance that started the resource state update.
sourcepub fn resource_arn(self, input: impl Into<String>) -> Self
 
pub fn resource_arn(self, input: impl Into<String>) -> Self
The requested ARN of the Image Builder resource for the asynchronous update.
sourcepub fn set_resource_arn(self, input: Option<String>) -> Self
 
pub fn set_resource_arn(self, input: Option<String>) -> Self
The requested ARN of the Image Builder resource for the asynchronous update.
sourcepub fn get_resource_arn(&self) -> &Option<String>
 
pub fn get_resource_arn(&self) -> &Option<String>
The requested ARN of the Image Builder resource for the asynchronous update.
sourcepub fn build(self) -> StartResourceStateUpdateOutput
 
pub fn build(self) -> StartResourceStateUpdateOutput
Consumes the builder and constructs a StartResourceStateUpdateOutput.
Trait Implementations§
source§impl Clone for StartResourceStateUpdateOutputBuilder
 
impl Clone for StartResourceStateUpdateOutputBuilder
source§fn clone(&self) -> StartResourceStateUpdateOutputBuilder
 
fn clone(&self) -> StartResourceStateUpdateOutputBuilder
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 Default for StartResourceStateUpdateOutputBuilder
 
impl Default for StartResourceStateUpdateOutputBuilder
source§fn default() -> StartResourceStateUpdateOutputBuilder
 
fn default() -> StartResourceStateUpdateOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for StartResourceStateUpdateOutputBuilder
 
impl PartialEq for StartResourceStateUpdateOutputBuilder
source§fn eq(&self, other: &StartResourceStateUpdateOutputBuilder) -> bool
 
fn eq(&self, other: &StartResourceStateUpdateOutputBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for StartResourceStateUpdateOutputBuilder
Auto Trait Implementations§
impl Freeze for StartResourceStateUpdateOutputBuilder
impl RefUnwindSafe for StartResourceStateUpdateOutputBuilder
impl Send for StartResourceStateUpdateOutputBuilder
impl Sync for StartResourceStateUpdateOutputBuilder
impl Unpin for StartResourceStateUpdateOutputBuilder
impl UnwindSafe for StartResourceStateUpdateOutputBuilder
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
source§impl<T> Instrument for T
 
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
 
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
 
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
 
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.