#[non_exhaustive]pub struct PutImageRecipePolicyInput { /* private fields */ }
Implementations§
source§impl PutImageRecipePolicyInput
impl PutImageRecipePolicyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutImageRecipePolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutImageRecipePolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutImageRecipePolicy
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutImageRecipePolicyInput
.
Trait Implementations§
source§impl Clone for PutImageRecipePolicyInput
impl Clone for PutImageRecipePolicyInput
source§fn clone(&self) -> PutImageRecipePolicyInput
fn clone(&self) -> PutImageRecipePolicyInput
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 PutImageRecipePolicyInput
impl Debug for PutImageRecipePolicyInput
source§impl PartialEq<PutImageRecipePolicyInput> for PutImageRecipePolicyInput
impl PartialEq<PutImageRecipePolicyInput> for PutImageRecipePolicyInput
source§fn eq(&self, other: &PutImageRecipePolicyInput) -> bool
fn eq(&self, other: &PutImageRecipePolicyInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.