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