#[non_exhaustive]pub struct UpdateGatewayInformationInput { /* private fields */ }
Implementations§
source§impl UpdateGatewayInformationInput
impl UpdateGatewayInformationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateGatewayInformation, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateGatewayInformation, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateGatewayInformation
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateGatewayInformationInput
.
source§impl UpdateGatewayInformationInput
impl UpdateGatewayInformationInput
sourcepub fn gateway_arn(&self) -> Option<&str>
pub fn gateway_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the gateway to update.
sourcepub fn gateway_display_name(&self) -> Option<&str>
pub fn gateway_display_name(&self) -> Option<&str>
The updated display name of the gateway.
Trait Implementations§
source§impl Clone for UpdateGatewayInformationInput
impl Clone for UpdateGatewayInformationInput
source§fn clone(&self) -> UpdateGatewayInformationInput
fn clone(&self) -> UpdateGatewayInformationInput
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 PartialEq<UpdateGatewayInformationInput> for UpdateGatewayInformationInput
impl PartialEq<UpdateGatewayInformationInput> for UpdateGatewayInformationInput
source§fn eq(&self, other: &UpdateGatewayInformationInput) -> bool
fn eq(&self, other: &UpdateGatewayInformationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.