#[non_exhaustive]pub struct GetFieldLevelEncryptionInput { /* private fields */ }
Implementations§
source§impl GetFieldLevelEncryptionInput
impl GetFieldLevelEncryptionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetFieldLevelEncryption, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetFieldLevelEncryption, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetFieldLevelEncryption
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetFieldLevelEncryptionInput
.
Trait Implementations§
source§impl Clone for GetFieldLevelEncryptionInput
impl Clone for GetFieldLevelEncryptionInput
source§fn clone(&self) -> GetFieldLevelEncryptionInput
fn clone(&self) -> GetFieldLevelEncryptionInput
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 GetFieldLevelEncryptionInput
impl Debug for GetFieldLevelEncryptionInput
source§impl PartialEq<GetFieldLevelEncryptionInput> for GetFieldLevelEncryptionInput
impl PartialEq<GetFieldLevelEncryptionInput> for GetFieldLevelEncryptionInput
source§fn eq(&self, other: &GetFieldLevelEncryptionInput) -> bool
fn eq(&self, other: &GetFieldLevelEncryptionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.