#[non_exhaustive]pub struct GetDataIntegrationInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl GetDataIntegrationInput
impl GetDataIntegrationInput
sourcepub fn identifier(&self) -> Option<&str>
pub fn identifier(&self) -> Option<&str>
A unique identifier.
Trait Implementations
sourceimpl Clone for GetDataIntegrationInput
impl Clone for GetDataIntegrationInput
sourcefn clone(&self) -> GetDataIntegrationInput
fn clone(&self) -> GetDataIntegrationInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetDataIntegrationInput
impl Debug for GetDataIntegrationInput
sourceimpl PartialEq<GetDataIntegrationInput> for GetDataIntegrationInput
impl PartialEq<GetDataIntegrationInput> for GetDataIntegrationInput
sourcefn eq(&self, other: &GetDataIntegrationInput) -> bool
fn eq(&self, other: &GetDataIntegrationInput) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more