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