Struct aws_sdk_imagebuilder::operation::get_container_recipe::builders::GetContainerRecipeInputBuilder
source · #[non_exhaustive]pub struct GetContainerRecipeInputBuilder { /* private fields */ }Expand description
A builder for GetContainerRecipeInput.
Implementations§
source§impl GetContainerRecipeInputBuilder
impl GetContainerRecipeInputBuilder
sourcepub fn container_recipe_arn(self, input: impl Into<String>) -> Self
pub fn container_recipe_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the container recipe to retrieve.
sourcepub fn set_container_recipe_arn(self, input: Option<String>) -> Self
pub fn set_container_recipe_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the container recipe to retrieve.
sourcepub fn build(self) -> Result<GetContainerRecipeInput, BuildError>
pub fn build(self) -> Result<GetContainerRecipeInput, BuildError>
Consumes the builder and constructs a GetContainerRecipeInput.
Trait Implementations§
source§impl Clone for GetContainerRecipeInputBuilder
impl Clone for GetContainerRecipeInputBuilder
source§fn clone(&self) -> GetContainerRecipeInputBuilder
fn clone(&self) -> GetContainerRecipeInputBuilder
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 GetContainerRecipeInputBuilder
impl Default for GetContainerRecipeInputBuilder
source§fn default() -> GetContainerRecipeInputBuilder
fn default() -> GetContainerRecipeInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetContainerRecipeInputBuilder> for GetContainerRecipeInputBuilder
impl PartialEq<GetContainerRecipeInputBuilder> for GetContainerRecipeInputBuilder
source§fn eq(&self, other: &GetContainerRecipeInputBuilder) -> bool
fn eq(&self, other: &GetContainerRecipeInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetContainerRecipeInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetContainerRecipeInputBuilder
impl Send for GetContainerRecipeInputBuilder
impl Sync for GetContainerRecipeInputBuilder
impl Unpin for GetContainerRecipeInputBuilder
impl UnwindSafe for GetContainerRecipeInputBuilder
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