Struct aws_sdk_s3control::operation::get_multi_region_access_point::builders::GetMultiRegionAccessPointFluentBuilder
source · pub struct GetMultiRegionAccessPointFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to GetMultiRegionAccessPoint.
This operation is not supported by directory buckets.
Returns configuration information about the specified Multi-Region Access Point.
This action will always be routed to the US West (Oregon) Region. For more information about the restrictions around managing Multi-Region Access Points, see Managing Multi-Region Access Points in the Amazon S3 User Guide.
The following actions are related to GetMultiRegionAccessPoint:
Implementations§
source§impl GetMultiRegionAccessPointFluentBuilder
impl GetMultiRegionAccessPointFluentBuilder
sourcepub fn as_input(&self) -> &GetMultiRegionAccessPointInputBuilder
pub fn as_input(&self) -> &GetMultiRegionAccessPointInputBuilder
Access the GetMultiRegionAccessPoint as a reference.
sourcepub async fn send(
self
) -> Result<GetMultiRegionAccessPointOutput, SdkError<GetMultiRegionAccessPointError, HttpResponse>>
pub async fn send( self ) -> Result<GetMultiRegionAccessPointOutput, SdkError<GetMultiRegionAccessPointError, 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<GetMultiRegionAccessPointOutput, GetMultiRegionAccessPointError, Self>
pub fn customize( self ) -> CustomizableOperation<GetMultiRegionAccessPointOutput, GetMultiRegionAccessPointError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn account_id(self, input: impl Into<String>) -> Self
pub fn account_id(self, input: impl Into<String>) -> Self
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
sourcepub fn set_account_id(self, input: Option<String>) -> Self
pub fn set_account_id(self, input: Option<String>) -> Self
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
sourcepub fn get_account_id(&self) -> &Option<String>
pub fn get_account_id(&self) -> &Option<String>
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the Multi-Region Access Point whose configuration information you want to receive. The name of the Multi-Region Access Point is different from the alias. For more information about the distinction between the name and the alias of an Multi-Region Access Point, see Managing Multi-Region Access Points in the Amazon S3 User Guide.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of the Multi-Region Access Point whose configuration information you want to receive. The name of the Multi-Region Access Point is different from the alias. For more information about the distinction between the name and the alias of an Multi-Region Access Point, see Managing Multi-Region Access Points in the Amazon S3 User Guide.
sourcepub fn get_name(&self) -> &Option<String>
pub fn get_name(&self) -> &Option<String>
The name of the Multi-Region Access Point whose configuration information you want to receive. The name of the Multi-Region Access Point is different from the alias. For more information about the distinction between the name and the alias of an Multi-Region Access Point, see Managing Multi-Region Access Points in the Amazon S3 User Guide.
Trait Implementations§
source§impl Clone for GetMultiRegionAccessPointFluentBuilder
impl Clone for GetMultiRegionAccessPointFluentBuilder
source§fn clone(&self) -> GetMultiRegionAccessPointFluentBuilder
fn clone(&self) -> GetMultiRegionAccessPointFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more