#[non_exhaustive]pub struct ResetCacheOutputBuilder { /* private fields */ }Expand description
A builder for ResetCacheOutput.
Implementations§
source§impl ResetCacheOutputBuilder
impl ResetCacheOutputBuilder
sourcepub fn gateway_arn(self, input: impl Into<String>) -> Self
pub fn gateway_arn(self, input: impl Into<String>) -> Self
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 set_gateway_arn(self, input: Option<String>) -> Self
pub fn set_gateway_arn(self, input: Option<String>) -> Self
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 build(self) -> ResetCacheOutput
pub fn build(self) -> ResetCacheOutput
Consumes the builder and constructs a ResetCacheOutput.
Trait Implementations§
source§impl Clone for ResetCacheOutputBuilder
impl Clone for ResetCacheOutputBuilder
source§fn clone(&self) -> ResetCacheOutputBuilder
fn clone(&self) -> ResetCacheOutputBuilder
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 ResetCacheOutputBuilder
impl Debug for ResetCacheOutputBuilder
source§impl Default for ResetCacheOutputBuilder
impl Default for ResetCacheOutputBuilder
source§fn default() -> ResetCacheOutputBuilder
fn default() -> ResetCacheOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ResetCacheOutputBuilder> for ResetCacheOutputBuilder
impl PartialEq<ResetCacheOutputBuilder> for ResetCacheOutputBuilder
source§fn eq(&self, other: &ResetCacheOutputBuilder) -> bool
fn eq(&self, other: &ResetCacheOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ResetCacheOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ResetCacheOutputBuilder
impl Send for ResetCacheOutputBuilder
impl Sync for ResetCacheOutputBuilder
impl Unpin for ResetCacheOutputBuilder
impl UnwindSafe for ResetCacheOutputBuilder
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