#[non_exhaustive]pub struct GetDataIntegrationInput { /* private fields */ }
Implementations§
source§impl GetDataIntegrationInput
impl GetDataIntegrationInput
sourcepub fn identifier(&self) -> Option<&str>
pub fn identifier(&self) -> Option<&str>
A unique identifier.
source§impl GetDataIntegrationInput
impl GetDataIntegrationInput
sourcepub fn builder() -> GetDataIntegrationInputBuilder
pub fn builder() -> GetDataIntegrationInputBuilder
Creates a new builder-style object to manufacture GetDataIntegrationInput
.
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
>
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 ==
.impl StructuralPartialEq for GetDataIntegrationInput
Auto Trait Implementations§
impl RefUnwindSafe for GetDataIntegrationInput
impl Send for GetDataIntegrationInput
impl Sync for GetDataIntegrationInput
impl Unpin for GetDataIntegrationInput
impl UnwindSafe for GetDataIntegrationInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more