Struct aws_sdk_elasticache::operation::delete_cache_subnet_group::builders::DeleteCacheSubnetGroupOutputBuilder
source · #[non_exhaustive]pub struct DeleteCacheSubnetGroupOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteCacheSubnetGroupOutput
.
Implementations§
source§impl DeleteCacheSubnetGroupOutputBuilder
impl DeleteCacheSubnetGroupOutputBuilder
sourcepub fn build(self) -> DeleteCacheSubnetGroupOutput
pub fn build(self) -> DeleteCacheSubnetGroupOutput
Consumes the builder and constructs a DeleteCacheSubnetGroupOutput
.
Trait Implementations§
source§impl Clone for DeleteCacheSubnetGroupOutputBuilder
impl Clone for DeleteCacheSubnetGroupOutputBuilder
source§fn clone(&self) -> DeleteCacheSubnetGroupOutputBuilder
fn clone(&self) -> DeleteCacheSubnetGroupOutputBuilder
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 Default for DeleteCacheSubnetGroupOutputBuilder
impl Default for DeleteCacheSubnetGroupOutputBuilder
source§fn default() -> DeleteCacheSubnetGroupOutputBuilder
fn default() -> DeleteCacheSubnetGroupOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteCacheSubnetGroupOutputBuilder> for DeleteCacheSubnetGroupOutputBuilder
impl PartialEq<DeleteCacheSubnetGroupOutputBuilder> for DeleteCacheSubnetGroupOutputBuilder
source§fn eq(&self, other: &DeleteCacheSubnetGroupOutputBuilder) -> bool
fn eq(&self, other: &DeleteCacheSubnetGroupOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.