#[non_exhaustive]pub struct CreateGatewayInput { /* private fields */ }Implementations§
source§impl CreateGatewayInput
impl CreateGatewayInput
sourcepub fn activation_key(&self) -> Option<&str>
pub fn activation_key(&self) -> Option<&str>
The activation key of the created gateway.
sourcepub fn gateway_display_name(&self) -> Option<&str>
pub fn gateway_display_name(&self) -> Option<&str>
The display name of the created gateway.
sourcepub fn gateway_type(&self) -> Option<&GatewayType>
pub fn gateway_type(&self) -> Option<&GatewayType>
The type of created gateway.
A list of up to 50 tags to assign to the gateway. Each tag is a key-value pair.
source§impl CreateGatewayInput
impl CreateGatewayInput
sourcepub fn builder() -> CreateGatewayInputBuilder
pub fn builder() -> CreateGatewayInputBuilder
Creates a new builder-style object to manufacture CreateGatewayInput.
source§impl CreateGatewayInput
impl CreateGatewayInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateGateway, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateGateway, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateGateway>
Trait Implementations§
source§impl Clone for CreateGatewayInput
impl Clone for CreateGatewayInput
source§fn clone(&self) -> CreateGatewayInput
fn clone(&self) -> CreateGatewayInput
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 CreateGatewayInput
impl Debug for CreateGatewayInput
source§impl PartialEq<CreateGatewayInput> for CreateGatewayInput
impl PartialEq<CreateGatewayInput> for CreateGatewayInput
source§fn eq(&self, other: &CreateGatewayInput) -> bool
fn eq(&self, other: &CreateGatewayInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.