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
.
source§impl GetRevealConfigurationInputBuilder
impl GetRevealConfigurationInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetRevealConfigurationOutput, SdkError<GetRevealConfigurationError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetRevealConfigurationOutput, SdkError<GetRevealConfigurationError, HttpResponse>>
Sends a request with this input using the given client.
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 for GetRevealConfigurationInputBuilder
impl PartialEq 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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.