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