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