Struct aws_sdk_iotsitewise::operation::describe_default_encryption_configuration::builders::DescribeDefaultEncryptionConfigurationInputBuilder
source · #[non_exhaustive]pub struct DescribeDefaultEncryptionConfigurationInputBuilder {}Expand description
A builder for DescribeDefaultEncryptionConfigurationInput.
Implementations§
source§impl DescribeDefaultEncryptionConfigurationInputBuilder
impl DescribeDefaultEncryptionConfigurationInputBuilder
sourcepub fn build(
self
) -> Result<DescribeDefaultEncryptionConfigurationInput, BuildError>
pub fn build( self ) -> Result<DescribeDefaultEncryptionConfigurationInput, BuildError>
Consumes the builder and constructs a DescribeDefaultEncryptionConfigurationInput.
source§impl DescribeDefaultEncryptionConfigurationInputBuilder
impl DescribeDefaultEncryptionConfigurationInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeDefaultEncryptionConfigurationOutput, SdkError<DescribeDefaultEncryptionConfigurationError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeDefaultEncryptionConfigurationOutput, SdkError<DescribeDefaultEncryptionConfigurationError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeDefaultEncryptionConfigurationInputBuilder
impl Clone for DescribeDefaultEncryptionConfigurationInputBuilder
source§fn clone(&self) -> DescribeDefaultEncryptionConfigurationInputBuilder
fn clone(&self) -> DescribeDefaultEncryptionConfigurationInputBuilder
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 DescribeDefaultEncryptionConfigurationInputBuilder
impl Default for DescribeDefaultEncryptionConfigurationInputBuilder
source§fn default() -> DescribeDefaultEncryptionConfigurationInputBuilder
fn default() -> DescribeDefaultEncryptionConfigurationInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeDefaultEncryptionConfigurationInputBuilder
impl PartialEq for DescribeDefaultEncryptionConfigurationInputBuilder
source§fn eq(&self, other: &DescribeDefaultEncryptionConfigurationInputBuilder) -> bool
fn eq(&self, other: &DescribeDefaultEncryptionConfigurationInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeDefaultEncryptionConfigurationInputBuilder
Auto Trait Implementations§
impl Freeze for DescribeDefaultEncryptionConfigurationInputBuilder
impl RefUnwindSafe for DescribeDefaultEncryptionConfigurationInputBuilder
impl Send for DescribeDefaultEncryptionConfigurationInputBuilder
impl Sync for DescribeDefaultEncryptionConfigurationInputBuilder
impl Unpin for DescribeDefaultEncryptionConfigurationInputBuilder
impl UnwindSafe for DescribeDefaultEncryptionConfigurationInputBuilder
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.