Struct aws_sdk_ec2::types::builders::AccountAttributeBuilder
source · #[non_exhaustive]pub struct AccountAttributeBuilder { /* private fields */ }Expand description
A builder for AccountAttribute.
Implementations§
source§impl AccountAttributeBuilder
impl AccountAttributeBuilder
sourcepub fn attribute_name(self, input: impl Into<String>) -> Self
pub fn attribute_name(self, input: impl Into<String>) -> Self
The name of the account attribute.
sourcepub fn set_attribute_name(self, input: Option<String>) -> Self
pub fn set_attribute_name(self, input: Option<String>) -> Self
The name of the account attribute.
sourcepub fn attribute_values(self, input: AccountAttributeValue) -> Self
pub fn attribute_values(self, input: AccountAttributeValue) -> Self
Appends an item to attribute_values.
To override the contents of this collection use set_attribute_values.
The values for the account attribute.
sourcepub fn set_attribute_values(
self,
input: Option<Vec<AccountAttributeValue>>
) -> Self
pub fn set_attribute_values( self, input: Option<Vec<AccountAttributeValue>> ) -> Self
The values for the account attribute.
sourcepub fn build(self) -> AccountAttribute
pub fn build(self) -> AccountAttribute
Consumes the builder and constructs a AccountAttribute.
Trait Implementations§
source§impl Clone for AccountAttributeBuilder
impl Clone for AccountAttributeBuilder
source§fn clone(&self) -> AccountAttributeBuilder
fn clone(&self) -> AccountAttributeBuilder
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 AccountAttributeBuilder
impl Debug for AccountAttributeBuilder
source§impl Default for AccountAttributeBuilder
impl Default for AccountAttributeBuilder
source§fn default() -> AccountAttributeBuilder
fn default() -> AccountAttributeBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AccountAttributeBuilder> for AccountAttributeBuilder
impl PartialEq<AccountAttributeBuilder> for AccountAttributeBuilder
source§fn eq(&self, other: &AccountAttributeBuilder) -> bool
fn eq(&self, other: &AccountAttributeBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.