Struct aws_sdk_appintegrations::operation::get_data_integration::builders::GetDataIntegrationInputBuilder
source · #[non_exhaustive]pub struct GetDataIntegrationInputBuilder { /* private fields */ }
Expand description
A builder for GetDataIntegrationInput
.
Implementations§
source§impl GetDataIntegrationInputBuilder
impl GetDataIntegrationInputBuilder
sourcepub fn identifier(self, input: impl Into<String>) -> Self
pub fn identifier(self, input: impl Into<String>) -> Self
A unique identifier.
sourcepub fn set_identifier(self, input: Option<String>) -> Self
pub fn set_identifier(self, input: Option<String>) -> Self
A unique identifier.
sourcepub fn build(self) -> Result<GetDataIntegrationInput, BuildError>
pub fn build(self) -> Result<GetDataIntegrationInput, BuildError>
Consumes the builder and constructs a GetDataIntegrationInput
.
Trait Implementations§
source§impl Clone for GetDataIntegrationInputBuilder
impl Clone for GetDataIntegrationInputBuilder
source§fn clone(&self) -> GetDataIntegrationInputBuilder
fn clone(&self) -> GetDataIntegrationInputBuilder
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 Default for GetDataIntegrationInputBuilder
impl Default for GetDataIntegrationInputBuilder
source§fn default() -> GetDataIntegrationInputBuilder
fn default() -> GetDataIntegrationInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetDataIntegrationInputBuilder> for GetDataIntegrationInputBuilder
impl PartialEq<GetDataIntegrationInputBuilder> for GetDataIntegrationInputBuilder
source§fn eq(&self, other: &GetDataIntegrationInputBuilder) -> bool
fn eq(&self, other: &GetDataIntegrationInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.