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