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