#[non_exhaustive]pub struct DescribeRecipeInputBuilder { /* private fields */ }
Expand description
A builder for DescribeRecipeInput
.
Implementations§
source§impl DescribeRecipeInputBuilder
impl DescribeRecipeInputBuilder
sourcepub fn recipe_version(self, input: impl Into<String>) -> Self
pub fn recipe_version(self, input: impl Into<String>) -> Self
The recipe version identifier. If this parameter isn't specified, then the latest published version is returned.
sourcepub fn set_recipe_version(self, input: Option<String>) -> Self
pub fn set_recipe_version(self, input: Option<String>) -> Self
The recipe version identifier. If this parameter isn't specified, then the latest published version is returned.
sourcepub fn build(self) -> Result<DescribeRecipeInput, BuildError>
pub fn build(self) -> Result<DescribeRecipeInput, BuildError>
Consumes the builder and constructs a DescribeRecipeInput
.
Trait Implementations§
source§impl Clone for DescribeRecipeInputBuilder
impl Clone for DescribeRecipeInputBuilder
source§fn clone(&self) -> DescribeRecipeInputBuilder
fn clone(&self) -> DescribeRecipeInputBuilder
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 Debug for DescribeRecipeInputBuilder
impl Debug for DescribeRecipeInputBuilder
source§impl Default for DescribeRecipeInputBuilder
impl Default for DescribeRecipeInputBuilder
source§fn default() -> DescribeRecipeInputBuilder
fn default() -> DescribeRecipeInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeRecipeInputBuilder> for DescribeRecipeInputBuilder
impl PartialEq<DescribeRecipeInputBuilder> for DescribeRecipeInputBuilder
source§fn eq(&self, other: &DescribeRecipeInputBuilder) -> bool
fn eq(&self, other: &DescribeRecipeInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.