Struct aws_sdk_storagegateway::input::AddCacheInput
source · [−]#[non_exhaustive]pub struct AddCacheInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for AddCacheInput
impl Clone for AddCacheInput
sourcefn clone(&self) -> AddCacheInput
fn clone(&self) -> AddCacheInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AddCacheInput
impl Debug for AddCacheInput
sourceimpl PartialEq<AddCacheInput> for AddCacheInput
impl PartialEq<AddCacheInput> for AddCacheInput
sourcefn eq(&self, other: &AddCacheInput) -> bool
fn eq(&self, other: &AddCacheInput) -> bool
impl StructuralPartialEq for AddCacheInput
Auto Trait Implementations
impl RefUnwindSafe for AddCacheInput
impl Send for AddCacheInput
impl Sync for AddCacheInput
impl Unpin for AddCacheInput
impl UnwindSafe for AddCacheInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more