Struct aws_sdk_dax::operation::delete_subnet_group::builders::DeleteSubnetGroupOutputBuilder
source · #[non_exhaustive]pub struct DeleteSubnetGroupOutputBuilder { /* private fields */ }Expand description
A builder for DeleteSubnetGroupOutput.
Implementations§
source§impl DeleteSubnetGroupOutputBuilder
impl DeleteSubnetGroupOutputBuilder
sourcepub fn deletion_message(self, input: impl Into<String>) -> Self
pub fn deletion_message(self, input: impl Into<String>) -> Self
A user-specified message for this action (i.e., a reason for deleting the subnet group).
sourcepub fn set_deletion_message(self, input: Option<String>) -> Self
pub fn set_deletion_message(self, input: Option<String>) -> Self
A user-specified message for this action (i.e., a reason for deleting the subnet group).
sourcepub fn build(self) -> DeleteSubnetGroupOutput
pub fn build(self) -> DeleteSubnetGroupOutput
Consumes the builder and constructs a DeleteSubnetGroupOutput.
Trait Implementations§
source§impl Clone for DeleteSubnetGroupOutputBuilder
impl Clone for DeleteSubnetGroupOutputBuilder
source§fn clone(&self) -> DeleteSubnetGroupOutputBuilder
fn clone(&self) -> DeleteSubnetGroupOutputBuilder
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 DeleteSubnetGroupOutputBuilder
impl Default for DeleteSubnetGroupOutputBuilder
source§fn default() -> DeleteSubnetGroupOutputBuilder
fn default() -> DeleteSubnetGroupOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteSubnetGroupOutputBuilder> for DeleteSubnetGroupOutputBuilder
impl PartialEq<DeleteSubnetGroupOutputBuilder> for DeleteSubnetGroupOutputBuilder
source§fn eq(&self, other: &DeleteSubnetGroupOutputBuilder) -> bool
fn eq(&self, other: &DeleteSubnetGroupOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.