Struct aws_sdk_ecs::operation::register_container_instance::builders::RegisterContainerInstanceOutputBuilder
source · #[non_exhaustive]pub struct RegisterContainerInstanceOutputBuilder { /* private fields */ }Expand description
A builder for RegisterContainerInstanceOutput.
Implementations§
source§impl RegisterContainerInstanceOutputBuilder
impl RegisterContainerInstanceOutputBuilder
sourcepub fn container_instance(self, input: ContainerInstance) -> Self
pub fn container_instance(self, input: ContainerInstance) -> Self
The container instance that was registered.
sourcepub fn set_container_instance(self, input: Option<ContainerInstance>) -> Self
pub fn set_container_instance(self, input: Option<ContainerInstance>) -> Self
The container instance that was registered.
sourcepub fn get_container_instance(&self) -> &Option<ContainerInstance>
pub fn get_container_instance(&self) -> &Option<ContainerInstance>
The container instance that was registered.
sourcepub fn build(self) -> RegisterContainerInstanceOutput
pub fn build(self) -> RegisterContainerInstanceOutput
Consumes the builder and constructs a RegisterContainerInstanceOutput.
Trait Implementations§
source§impl Clone for RegisterContainerInstanceOutputBuilder
impl Clone for RegisterContainerInstanceOutputBuilder
source§fn clone(&self) -> RegisterContainerInstanceOutputBuilder
fn clone(&self) -> RegisterContainerInstanceOutputBuilder
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 RegisterContainerInstanceOutputBuilder
impl Default for RegisterContainerInstanceOutputBuilder
source§fn default() -> RegisterContainerInstanceOutputBuilder
fn default() -> RegisterContainerInstanceOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for RegisterContainerInstanceOutputBuilder
impl PartialEq for RegisterContainerInstanceOutputBuilder
source§fn eq(&self, other: &RegisterContainerInstanceOutputBuilder) -> bool
fn eq(&self, other: &RegisterContainerInstanceOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for RegisterContainerInstanceOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for RegisterContainerInstanceOutputBuilder
impl Send for RegisterContainerInstanceOutputBuilder
impl Sync for RegisterContainerInstanceOutputBuilder
impl Unpin for RegisterContainerInstanceOutputBuilder
impl UnwindSafe for RegisterContainerInstanceOutputBuilder
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>
Creates a shared type from an unshared type.