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