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.
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 build(self) -> Result<DeleteGatewayInput, BuildError>
pub fn build(self) -> Result<DeleteGatewayInput, BuildError>
Consumes the builder and constructs a DeleteGatewayInput.
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<DeleteGatewayInputBuilder> for DeleteGatewayInputBuilder
impl PartialEq<DeleteGatewayInputBuilder> 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 ==.