#[non_exhaustive]pub struct IntegrationAssociationSummaryBuilder { /* private fields */ }
Expand description
A builder for IntegrationAssociationSummary
.
Implementations§
source§impl IntegrationAssociationSummaryBuilder
impl IntegrationAssociationSummaryBuilder
sourcepub fn integration_association_id(self, input: impl Into<String>) -> Self
pub fn integration_association_id(self, input: impl Into<String>) -> Self
The identifier for the AppIntegration association.
sourcepub fn set_integration_association_id(self, input: Option<String>) -> Self
pub fn set_integration_association_id(self, input: Option<String>) -> Self
The identifier for the AppIntegration association.
sourcepub fn get_integration_association_id(&self) -> &Option<String>
pub fn get_integration_association_id(&self) -> &Option<String>
The identifier for the AppIntegration association.
sourcepub fn integration_association_arn(self, input: impl Into<String>) -> Self
pub fn integration_association_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) for the AppIntegration association.
sourcepub fn set_integration_association_arn(self, input: Option<String>) -> Self
pub fn set_integration_association_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) for the AppIntegration association.
sourcepub fn get_integration_association_arn(&self) -> &Option<String>
pub fn get_integration_association_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) for the AppIntegration association.
sourcepub fn instance_id(self, input: impl Into<String>) -> Self
pub fn instance_id(self, input: impl Into<String>) -> Self
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
sourcepub fn set_instance_id(self, input: Option<String>) -> Self
pub fn set_instance_id(self, input: Option<String>) -> Self
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
sourcepub fn get_instance_id(&self) -> &Option<String>
pub fn get_instance_id(&self) -> &Option<String>
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
sourcepub fn integration_type(self, input: IntegrationType) -> Self
pub fn integration_type(self, input: IntegrationType) -> Self
The integration type.
sourcepub fn set_integration_type(self, input: Option<IntegrationType>) -> Self
pub fn set_integration_type(self, input: Option<IntegrationType>) -> Self
The integration type.
sourcepub fn get_integration_type(&self) -> &Option<IntegrationType>
pub fn get_integration_type(&self) -> &Option<IntegrationType>
The integration type.
sourcepub fn integration_arn(self, input: impl Into<String>) -> Self
pub fn integration_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) for the AppIntegration.
sourcepub fn set_integration_arn(self, input: Option<String>) -> Self
pub fn set_integration_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) for the AppIntegration.
sourcepub fn get_integration_arn(&self) -> &Option<String>
pub fn get_integration_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) for the AppIntegration.
sourcepub fn source_application_url(self, input: impl Into<String>) -> Self
pub fn source_application_url(self, input: impl Into<String>) -> Self
The URL for the external application.
sourcepub fn set_source_application_url(self, input: Option<String>) -> Self
pub fn set_source_application_url(self, input: Option<String>) -> Self
The URL for the external application.
sourcepub fn get_source_application_url(&self) -> &Option<String>
pub fn get_source_application_url(&self) -> &Option<String>
The URL for the external application.
sourcepub fn source_application_name(self, input: impl Into<String>) -> Self
pub fn source_application_name(self, input: impl Into<String>) -> Self
The user-provided, friendly name for the external application.
sourcepub fn set_source_application_name(self, input: Option<String>) -> Self
pub fn set_source_application_name(self, input: Option<String>) -> Self
The user-provided, friendly name for the external application.
sourcepub fn get_source_application_name(&self) -> &Option<String>
pub fn get_source_application_name(&self) -> &Option<String>
The user-provided, friendly name for the external application.
sourcepub fn source_type(self, input: SourceType) -> Self
pub fn source_type(self, input: SourceType) -> Self
The name of the source.
sourcepub fn set_source_type(self, input: Option<SourceType>) -> Self
pub fn set_source_type(self, input: Option<SourceType>) -> Self
The name of the source.
sourcepub fn get_source_type(&self) -> &Option<SourceType>
pub fn get_source_type(&self) -> &Option<SourceType>
The name of the source.
sourcepub fn build(self) -> IntegrationAssociationSummary
pub fn build(self) -> IntegrationAssociationSummary
Consumes the builder and constructs a IntegrationAssociationSummary
.
Trait Implementations§
source§impl Clone for IntegrationAssociationSummaryBuilder
impl Clone for IntegrationAssociationSummaryBuilder
source§fn clone(&self) -> IntegrationAssociationSummaryBuilder
fn clone(&self) -> IntegrationAssociationSummaryBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for IntegrationAssociationSummaryBuilder
impl Default for IntegrationAssociationSummaryBuilder
source§fn default() -> IntegrationAssociationSummaryBuilder
fn default() -> IntegrationAssociationSummaryBuilder
source§impl PartialEq for IntegrationAssociationSummaryBuilder
impl PartialEq for IntegrationAssociationSummaryBuilder
source§fn eq(&self, other: &IntegrationAssociationSummaryBuilder) -> bool
fn eq(&self, other: &IntegrationAssociationSummaryBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for IntegrationAssociationSummaryBuilder
Auto Trait Implementations§
impl Freeze for IntegrationAssociationSummaryBuilder
impl RefUnwindSafe for IntegrationAssociationSummaryBuilder
impl Send for IntegrationAssociationSummaryBuilder
impl Sync for IntegrationAssociationSummaryBuilder
impl Unpin for IntegrationAssociationSummaryBuilder
impl UnwindSafe for IntegrationAssociationSummaryBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more