Struct aws_sdk_clouddirectory::operation::get_link_attributes::builders::GetLinkAttributesInputBuilder
source · #[non_exhaustive]pub struct GetLinkAttributesInputBuilder { /* private fields */ }Expand description
A builder for GetLinkAttributesInput.
Implementations§
source§impl GetLinkAttributesInputBuilder
impl GetLinkAttributesInputBuilder
sourcepub fn directory_arn(self, input: impl Into<String>) -> Self
pub fn directory_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.
sourcepub fn set_directory_arn(self, input: Option<String>) -> Self
pub fn set_directory_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.
sourcepub fn get_directory_arn(&self) -> &Option<String>
pub fn get_directory_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links.
sourcepub fn typed_link_specifier(self, input: TypedLinkSpecifier) -> Self
pub fn typed_link_specifier(self, input: TypedLinkSpecifier) -> Self
Allows a typed link specifier to be accepted as input.
This field is required.sourcepub fn set_typed_link_specifier(self, input: Option<TypedLinkSpecifier>) -> Self
pub fn set_typed_link_specifier(self, input: Option<TypedLinkSpecifier>) -> Self
Allows a typed link specifier to be accepted as input.
sourcepub fn get_typed_link_specifier(&self) -> &Option<TypedLinkSpecifier>
pub fn get_typed_link_specifier(&self) -> &Option<TypedLinkSpecifier>
Allows a typed link specifier to be accepted as input.
sourcepub fn attribute_names(self, input: impl Into<String>) -> Self
pub fn attribute_names(self, input: impl Into<String>) -> Self
Appends an item to attribute_names.
To override the contents of this collection use set_attribute_names.
A list of attribute names whose values will be retrieved.
sourcepub fn set_attribute_names(self, input: Option<Vec<String>>) -> Self
pub fn set_attribute_names(self, input: Option<Vec<String>>) -> Self
A list of attribute names whose values will be retrieved.
sourcepub fn get_attribute_names(&self) -> &Option<Vec<String>>
pub fn get_attribute_names(&self) -> &Option<Vec<String>>
A list of attribute names whose values will be retrieved.
sourcepub fn consistency_level(self, input: ConsistencyLevel) -> Self
pub fn consistency_level(self, input: ConsistencyLevel) -> Self
The consistency level at which to retrieve the attributes on a typed link.
sourcepub fn set_consistency_level(self, input: Option<ConsistencyLevel>) -> Self
pub fn set_consistency_level(self, input: Option<ConsistencyLevel>) -> Self
The consistency level at which to retrieve the attributes on a typed link.
sourcepub fn get_consistency_level(&self) -> &Option<ConsistencyLevel>
pub fn get_consistency_level(&self) -> &Option<ConsistencyLevel>
The consistency level at which to retrieve the attributes on a typed link.
sourcepub fn build(self) -> Result<GetLinkAttributesInput, BuildError>
pub fn build(self) -> Result<GetLinkAttributesInput, BuildError>
Consumes the builder and constructs a GetLinkAttributesInput.
source§impl GetLinkAttributesInputBuilder
impl GetLinkAttributesInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetLinkAttributesOutput, SdkError<GetLinkAttributesError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetLinkAttributesOutput, SdkError<GetLinkAttributesError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetLinkAttributesInputBuilder
impl Clone for GetLinkAttributesInputBuilder
source§fn clone(&self) -> GetLinkAttributesInputBuilder
fn clone(&self) -> GetLinkAttributesInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for GetLinkAttributesInputBuilder
impl Default for GetLinkAttributesInputBuilder
source§fn default() -> GetLinkAttributesInputBuilder
fn default() -> GetLinkAttributesInputBuilder
source§impl PartialEq for GetLinkAttributesInputBuilder
impl PartialEq for GetLinkAttributesInputBuilder
source§fn eq(&self, other: &GetLinkAttributesInputBuilder) -> bool
fn eq(&self, other: &GetLinkAttributesInputBuilder) -> bool
self and other values to be equal, and is used
by ==.