Struct aws_sdk_storagegateway::input::AddCacheInput
source · #[non_exhaustive]pub struct AddCacheInput { /* private fields */ }
Implementations§
source§impl AddCacheInput
impl AddCacheInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AddCache, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AddCache, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AddCache
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AddCacheInput
.
source§impl AddCacheInput
impl AddCacheInput
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.
Trait Implementations§
source§impl Clone for AddCacheInput
impl Clone for AddCacheInput
source§fn clone(&self) -> AddCacheInput
fn clone(&self) -> AddCacheInput
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 AddCacheInput
impl Debug for AddCacheInput
source§impl PartialEq<AddCacheInput> for AddCacheInput
impl PartialEq<AddCacheInput> for AddCacheInput
source§fn eq(&self, other: &AddCacheInput) -> bool
fn eq(&self, other: &AddCacheInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.