Struct aws_sdk_ssm::types::builders::ResultAttributeBuilder
source · #[non_exhaustive]pub struct ResultAttributeBuilder { /* private fields */ }Expand description
A builder for ResultAttribute.
Implementations§
source§impl ResultAttributeBuilder
impl ResultAttributeBuilder
sourcepub fn type_name(self, input: impl Into<String>) -> Self
pub fn type_name(self, input: impl Into<String>) -> Self
Name of the inventory item type. Valid value: AWS:InstanceInformation. Default Value: AWS:InstanceInformation.
sourcepub fn set_type_name(self, input: Option<String>) -> Self
pub fn set_type_name(self, input: Option<String>) -> Self
Name of the inventory item type. Valid value: AWS:InstanceInformation. Default Value: AWS:InstanceInformation.
sourcepub fn build(self) -> ResultAttribute
pub fn build(self) -> ResultAttribute
Consumes the builder and constructs a ResultAttribute.
Trait Implementations§
source§impl Clone for ResultAttributeBuilder
impl Clone for ResultAttributeBuilder
source§fn clone(&self) -> ResultAttributeBuilder
fn clone(&self) -> ResultAttributeBuilder
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 ResultAttributeBuilder
impl Debug for ResultAttributeBuilder
source§impl Default for ResultAttributeBuilder
impl Default for ResultAttributeBuilder
source§fn default() -> ResultAttributeBuilder
fn default() -> ResultAttributeBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ResultAttributeBuilder> for ResultAttributeBuilder
impl PartialEq<ResultAttributeBuilder> for ResultAttributeBuilder
source§fn eq(&self, other: &ResultAttributeBuilder) -> bool
fn eq(&self, other: &ResultAttributeBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.