Struct aws_sdk_s3control::operation::delete_multi_region_access_point::builders::DeleteMultiRegionAccessPointInputBuilder
source · #[non_exhaustive]pub struct DeleteMultiRegionAccessPointInputBuilder { /* private fields */ }Expand description
A builder for DeleteMultiRegionAccessPointInput.
Implementations§
source§impl DeleteMultiRegionAccessPointInputBuilder
impl DeleteMultiRegionAccessPointInputBuilder
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.
This field is required.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 client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
An idempotency token used to identify the request and guarantee that requests are unique.
This field is required.sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
An idempotency token used to identify the request and guarantee that requests are unique.
sourcepub fn get_client_token(&self) -> &Option<String>
pub fn get_client_token(&self) -> &Option<String>
An idempotency token used to identify the request and guarantee that requests are unique.
sourcepub fn details(self, input: DeleteMultiRegionAccessPointInput) -> Self
pub fn details(self, input: DeleteMultiRegionAccessPointInput) -> Self
A container element containing details about the Multi-Region Access Point.
This field is required.sourcepub fn set_details(
self,
input: Option<DeleteMultiRegionAccessPointInput>
) -> Self
pub fn set_details( self, input: Option<DeleteMultiRegionAccessPointInput> ) -> Self
A container element containing details about the Multi-Region Access Point.
sourcepub fn get_details(&self) -> &Option<DeleteMultiRegionAccessPointInput>
pub fn get_details(&self) -> &Option<DeleteMultiRegionAccessPointInput>
A container element containing details about the Multi-Region Access Point.
sourcepub fn build(self) -> Result<DeleteMultiRegionAccessPointInput, BuildError>
pub fn build(self) -> Result<DeleteMultiRegionAccessPointInput, BuildError>
Consumes the builder and constructs a DeleteMultiRegionAccessPointInput.
source§impl DeleteMultiRegionAccessPointInputBuilder
impl DeleteMultiRegionAccessPointInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteMultiRegionAccessPointOutput, SdkError<DeleteMultiRegionAccessPointError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteMultiRegionAccessPointOutput, SdkError<DeleteMultiRegionAccessPointError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteMultiRegionAccessPointInputBuilder
impl Clone for DeleteMultiRegionAccessPointInputBuilder
source§fn clone(&self) -> DeleteMultiRegionAccessPointInputBuilder
fn clone(&self) -> DeleteMultiRegionAccessPointInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DeleteMultiRegionAccessPointInputBuilder
impl Default for DeleteMultiRegionAccessPointInputBuilder
source§fn default() -> DeleteMultiRegionAccessPointInputBuilder
fn default() -> DeleteMultiRegionAccessPointInputBuilder
source§impl PartialEq for DeleteMultiRegionAccessPointInputBuilder
impl PartialEq for DeleteMultiRegionAccessPointInputBuilder
source§fn eq(&self, other: &DeleteMultiRegionAccessPointInputBuilder) -> bool
fn eq(&self, other: &DeleteMultiRegionAccessPointInputBuilder) -> bool
self and other values to be equal, and is used
by ==.