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