Struct aws_sdk_macie2::output::CreateAllowListOutput
source · #[non_exhaustive]pub struct CreateAllowListOutput { /* private fields */ }
Implementations§
source§impl CreateAllowListOutput
impl CreateAllowListOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateAllowListOutput
.
Trait Implementations§
source§impl Clone for CreateAllowListOutput
impl Clone for CreateAllowListOutput
source§fn clone(&self) -> CreateAllowListOutput
fn clone(&self) -> CreateAllowListOutput
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 CreateAllowListOutput
impl Debug for CreateAllowListOutput
source§impl PartialEq<CreateAllowListOutput> for CreateAllowListOutput
impl PartialEq<CreateAllowListOutput> for CreateAllowListOutput
source§fn eq(&self, other: &CreateAllowListOutput) -> bool
fn eq(&self, other: &CreateAllowListOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.