Struct aws_sdk_backupgateway::operation::associate_gateway_to_server::AssociateGatewayToServerInput
source · #[non_exhaustive]pub struct AssociateGatewayToServerInput { /* private fields */ }Implementations§
source§impl AssociateGatewayToServerInput
impl AssociateGatewayToServerInput
sourcepub fn gateway_arn(&self) -> Option<&str>
pub fn gateway_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
sourcepub fn server_arn(&self) -> Option<&str>
pub fn server_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the server that hosts your virtual machines.
source§impl AssociateGatewayToServerInput
impl AssociateGatewayToServerInput
sourcepub fn builder() -> AssociateGatewayToServerInputBuilder
pub fn builder() -> AssociateGatewayToServerInputBuilder
Creates a new builder-style object to manufacture AssociateGatewayToServerInput.
source§impl AssociateGatewayToServerInput
impl AssociateGatewayToServerInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateGatewayToServer, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<AssociateGatewayToServer, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AssociateGatewayToServer>
Trait Implementations§
source§impl Clone for AssociateGatewayToServerInput
impl Clone for AssociateGatewayToServerInput
source§fn clone(&self) -> AssociateGatewayToServerInput
fn clone(&self) -> AssociateGatewayToServerInput
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<AssociateGatewayToServerInput> for AssociateGatewayToServerInput
impl PartialEq<AssociateGatewayToServerInput> for AssociateGatewayToServerInput
source§fn eq(&self, other: &AssociateGatewayToServerInput) -> bool
fn eq(&self, other: &AssociateGatewayToServerInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.