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 ==.impl StructuralPartialEq for GetRevealConfigurationInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetRevealConfigurationInputBuilder
impl Send for GetRevealConfigurationInputBuilder
impl Sync for GetRevealConfigurationInputBuilder
impl Unpin for GetRevealConfigurationInputBuilder
impl UnwindSafe for GetRevealConfigurationInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more