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