Struct aws_sdk_clouddirectory::operation::get_link_attributes::builders::GetLinkAttributesFluentBuilder
source · pub struct GetLinkAttributesFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to GetLinkAttributes.
Retrieves attributes that are associated with a typed link.
Implementations§
source§impl GetLinkAttributesFluentBuilder
impl GetLinkAttributesFluentBuilder
sourcepub fn as_input(&self) -> &GetLinkAttributesInputBuilder
pub fn as_input(&self) -> &GetLinkAttributesInputBuilder
Access the GetLinkAttributes as a reference.
sourcepub async fn send(
self
) -> Result<GetLinkAttributesOutput, SdkError<GetLinkAttributesError, HttpResponse>>
pub async fn send( self ) -> Result<GetLinkAttributesOutput, SdkError<GetLinkAttributesError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<GetLinkAttributesOutput, GetLinkAttributesError, Self>
pub fn customize( self ) -> CustomizableOperation<GetLinkAttributesOutput, GetLinkAttributesError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
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.
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 AttributeNames.
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.
Trait Implementations§
source§impl Clone for GetLinkAttributesFluentBuilder
impl Clone for GetLinkAttributesFluentBuilder
source§fn clone(&self) -> GetLinkAttributesFluentBuilder
fn clone(&self) -> GetLinkAttributesFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more