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