Struct aws_sdk_imagebuilder::operation::get_container_recipe::builders::GetContainerRecipeOutputBuilder
source · #[non_exhaustive]pub struct GetContainerRecipeOutputBuilder { /* private fields */ }
Expand description
A builder for GetContainerRecipeOutput
.
Implementations§
source§impl GetContainerRecipeOutputBuilder
impl GetContainerRecipeOutputBuilder
sourcepub fn request_id(self, input: impl Into<String>) -> Self
pub fn request_id(self, input: impl Into<String>) -> Self
The request ID that uniquely identifies this request.
sourcepub fn set_request_id(self, input: Option<String>) -> Self
pub fn set_request_id(self, input: Option<String>) -> Self
The request ID that uniquely identifies this request.
sourcepub fn get_request_id(&self) -> &Option<String>
pub fn get_request_id(&self) -> &Option<String>
The request ID that uniquely identifies this request.
sourcepub fn container_recipe(self, input: ContainerRecipe) -> Self
pub fn container_recipe(self, input: ContainerRecipe) -> Self
The container recipe object that is returned.
sourcepub fn set_container_recipe(self, input: Option<ContainerRecipe>) -> Self
pub fn set_container_recipe(self, input: Option<ContainerRecipe>) -> Self
The container recipe object that is returned.
sourcepub fn get_container_recipe(&self) -> &Option<ContainerRecipe>
pub fn get_container_recipe(&self) -> &Option<ContainerRecipe>
The container recipe object that is returned.
sourcepub fn build(self) -> GetContainerRecipeOutput
pub fn build(self) -> GetContainerRecipeOutput
Consumes the builder and constructs a GetContainerRecipeOutput
.
Trait Implementations§
source§impl Clone for GetContainerRecipeOutputBuilder
impl Clone for GetContainerRecipeOutputBuilder
source§fn clone(&self) -> GetContainerRecipeOutputBuilder
fn clone(&self) -> GetContainerRecipeOutputBuilder
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 GetContainerRecipeOutputBuilder
impl Default for GetContainerRecipeOutputBuilder
source§fn default() -> GetContainerRecipeOutputBuilder
fn default() -> GetContainerRecipeOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetContainerRecipeOutputBuilder
impl PartialEq for GetContainerRecipeOutputBuilder
source§fn eq(&self, other: &GetContainerRecipeOutputBuilder) -> bool
fn eq(&self, other: &GetContainerRecipeOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetContainerRecipeOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetContainerRecipeOutputBuilder
impl Send for GetContainerRecipeOutputBuilder
impl Sync for GetContainerRecipeOutputBuilder
impl Unpin for GetContainerRecipeOutputBuilder
impl UnwindSafe for GetContainerRecipeOutputBuilder
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.