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