Struct aws_sdk_backupgateway::operation::associate_gateway_to_server::builders::AssociateGatewayToServerOutputBuilder
source · #[non_exhaustive]pub struct AssociateGatewayToServerOutputBuilder { /* private fields */ }Expand description
A builder for AssociateGatewayToServerOutput.
Implementations§
source§impl AssociateGatewayToServerOutputBuilder
impl AssociateGatewayToServerOutputBuilder
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 a gateway.
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 a gateway.
sourcepub fn build(self) -> AssociateGatewayToServerOutput
pub fn build(self) -> AssociateGatewayToServerOutput
Consumes the builder and constructs a AssociateGatewayToServerOutput.
Trait Implementations§
source§impl Clone for AssociateGatewayToServerOutputBuilder
impl Clone for AssociateGatewayToServerOutputBuilder
source§fn clone(&self) -> AssociateGatewayToServerOutputBuilder
fn clone(&self) -> AssociateGatewayToServerOutputBuilder
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 Default for AssociateGatewayToServerOutputBuilder
impl Default for AssociateGatewayToServerOutputBuilder
source§fn default() -> AssociateGatewayToServerOutputBuilder
fn default() -> AssociateGatewayToServerOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AssociateGatewayToServerOutputBuilder> for AssociateGatewayToServerOutputBuilder
impl PartialEq<AssociateGatewayToServerOutputBuilder> for AssociateGatewayToServerOutputBuilder
source§fn eq(&self, other: &AssociateGatewayToServerOutputBuilder) -> bool
fn eq(&self, other: &AssociateGatewayToServerOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.