Struct aws_sdk_backupgateway::operation::delete_gateway::builders::DeleteGatewayInputBuilder
source · #[non_exhaustive]pub struct DeleteGatewayInputBuilder { /* private fields */ }
Expand description
A builder for DeleteGatewayInput
.
Implementations§
source§impl DeleteGatewayInputBuilder
impl DeleteGatewayInputBuilder
sourcepub fn gateway_arn(self, input: impl Into<String>) -> Self
pub fn gateway_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the gateway to delete.
This field is required.sourcepub fn set_gateway_arn(self, input: Option<String>) -> Self
pub fn set_gateway_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the gateway to delete.
sourcepub fn get_gateway_arn(&self) -> &Option<String>
pub fn get_gateway_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the gateway to delete.
sourcepub fn build(self) -> Result<DeleteGatewayInput, BuildError>
pub fn build(self) -> Result<DeleteGatewayInput, BuildError>
Consumes the builder and constructs a DeleteGatewayInput
.
source§impl DeleteGatewayInputBuilder
impl DeleteGatewayInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteGatewayOutput, SdkError<DeleteGatewayError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteGatewayOutput, SdkError<DeleteGatewayError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteGatewayInputBuilder
impl Clone for DeleteGatewayInputBuilder
source§fn clone(&self) -> DeleteGatewayInputBuilder
fn clone(&self) -> DeleteGatewayInputBuilder
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 DeleteGatewayInputBuilder
impl Debug for DeleteGatewayInputBuilder
source§impl Default for DeleteGatewayInputBuilder
impl Default for DeleteGatewayInputBuilder
source§fn default() -> DeleteGatewayInputBuilder
fn default() -> DeleteGatewayInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteGatewayInputBuilder
impl PartialEq for DeleteGatewayInputBuilder
source§fn eq(&self, other: &DeleteGatewayInputBuilder) -> bool
fn eq(&self, other: &DeleteGatewayInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteGatewayInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteGatewayInputBuilder
impl Send for DeleteGatewayInputBuilder
impl Sync for DeleteGatewayInputBuilder
impl Unpin for DeleteGatewayInputBuilder
impl UnwindSafe for DeleteGatewayInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.