Struct aws_sdk_ec2::types::builders::AttributeValueBuilder
source · #[non_exhaustive]pub struct AttributeValueBuilder { /* private fields */ }
Expand description
A builder for AttributeValue
.
Implementations§
source§impl AttributeValueBuilder
impl AttributeValueBuilder
sourcepub fn value(self, input: impl Into<String>) -> Self
pub fn value(self, input: impl Into<String>) -> Self
The attribute value. The value is case-sensitive.
sourcepub fn set_value(self, input: Option<String>) -> Self
pub fn set_value(self, input: Option<String>) -> Self
The attribute value. The value is case-sensitive.
sourcepub fn build(self) -> AttributeValue
pub fn build(self) -> AttributeValue
Consumes the builder and constructs a AttributeValue
.
Trait Implementations§
source§impl Clone for AttributeValueBuilder
impl Clone for AttributeValueBuilder
source§fn clone(&self) -> AttributeValueBuilder
fn clone(&self) -> AttributeValueBuilder
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 AttributeValueBuilder
impl Debug for AttributeValueBuilder
source§impl Default for AttributeValueBuilder
impl Default for AttributeValueBuilder
source§fn default() -> AttributeValueBuilder
fn default() -> AttributeValueBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AttributeValueBuilder> for AttributeValueBuilder
impl PartialEq<AttributeValueBuilder> for AttributeValueBuilder
source§fn eq(&self, other: &AttributeValueBuilder) -> bool
fn eq(&self, other: &AttributeValueBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AttributeValueBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AttributeValueBuilder
impl Send for AttributeValueBuilder
impl Sync for AttributeValueBuilder
impl Unpin for AttributeValueBuilder
impl UnwindSafe for AttributeValueBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more