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