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