Struct aws_sdk_lambda::operation::get_layer_version_by_arn::builders::GetLayerVersionByArnInputBuilder
source · #[non_exhaustive]pub struct GetLayerVersionByArnInputBuilder { /* private fields */ }
Expand description
A builder for GetLayerVersionByArnInput
.
Implementations§
source§impl GetLayerVersionByArnInputBuilder
impl GetLayerVersionByArnInputBuilder
sourcepub fn build(self) -> Result<GetLayerVersionByArnInput, BuildError>
pub fn build(self) -> Result<GetLayerVersionByArnInput, BuildError>
Consumes the builder and constructs a GetLayerVersionByArnInput
.
Trait Implementations§
source§impl Clone for GetLayerVersionByArnInputBuilder
impl Clone for GetLayerVersionByArnInputBuilder
source§fn clone(&self) -> GetLayerVersionByArnInputBuilder
fn clone(&self) -> GetLayerVersionByArnInputBuilder
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 GetLayerVersionByArnInputBuilder
impl Default for GetLayerVersionByArnInputBuilder
source§fn default() -> GetLayerVersionByArnInputBuilder
fn default() -> GetLayerVersionByArnInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetLayerVersionByArnInputBuilder> for GetLayerVersionByArnInputBuilder
impl PartialEq<GetLayerVersionByArnInputBuilder> for GetLayerVersionByArnInputBuilder
source§fn eq(&self, other: &GetLayerVersionByArnInputBuilder) -> bool
fn eq(&self, other: &GetLayerVersionByArnInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.