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