Struct aws_sdk_backupgateway::operation::update_gateway_information::UpdateGatewayInformationInput
source · #[non_exhaustive]pub struct UpdateGatewayInformationInput { /* private fields */ }
Implementations§
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.
source§impl UpdateGatewayInformationInput
impl UpdateGatewayInformationInput
sourcepub fn builder() -> UpdateGatewayInformationInputBuilder
pub fn builder() -> UpdateGatewayInformationInputBuilder
Creates a new builder-style object to manufacture UpdateGatewayInformationInput
.
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
>
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 ==
.impl StructuralPartialEq for UpdateGatewayInformationInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateGatewayInformationInput
impl Send for UpdateGatewayInformationInput
impl Sync for UpdateGatewayInformationInput
impl Unpin for UpdateGatewayInformationInput
impl UnwindSafe for UpdateGatewayInformationInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more