/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains summary information about the associated
* AppIntegrations.See Also:
AWS
* API Reference
The identifier for the AppIntegration association.
*/ inline const Aws::String& GetIntegrationAssociationId() const{ return m_integrationAssociationId; } /** *The identifier for the AppIntegration association.
*/ inline bool IntegrationAssociationIdHasBeenSet() const { return m_integrationAssociationIdHasBeenSet; } /** *The identifier for the AppIntegration association.
*/ inline void SetIntegrationAssociationId(const Aws::String& value) { m_integrationAssociationIdHasBeenSet = true; m_integrationAssociationId = value; } /** *The identifier for the AppIntegration association.
*/ inline void SetIntegrationAssociationId(Aws::String&& value) { m_integrationAssociationIdHasBeenSet = true; m_integrationAssociationId = std::move(value); } /** *The identifier for the AppIntegration association.
*/ inline void SetIntegrationAssociationId(const char* value) { m_integrationAssociationIdHasBeenSet = true; m_integrationAssociationId.assign(value); } /** *The identifier for the AppIntegration association.
*/ inline IntegrationAssociationSummary& WithIntegrationAssociationId(const Aws::String& value) { SetIntegrationAssociationId(value); return *this;} /** *The identifier for the AppIntegration association.
*/ inline IntegrationAssociationSummary& WithIntegrationAssociationId(Aws::String&& value) { SetIntegrationAssociationId(std::move(value)); return *this;} /** *The identifier for the AppIntegration association.
*/ inline IntegrationAssociationSummary& WithIntegrationAssociationId(const char* value) { SetIntegrationAssociationId(value); return *this;} /** *The Amazon Resource Name (ARN) for the AppIntegration association.
*/ inline const Aws::String& GetIntegrationAssociationArn() const{ return m_integrationAssociationArn; } /** *The Amazon Resource Name (ARN) for the AppIntegration association.
*/ inline bool IntegrationAssociationArnHasBeenSet() const { return m_integrationAssociationArnHasBeenSet; } /** *The Amazon Resource Name (ARN) for the AppIntegration association.
*/ inline void SetIntegrationAssociationArn(const Aws::String& value) { m_integrationAssociationArnHasBeenSet = true; m_integrationAssociationArn = value; } /** *The Amazon Resource Name (ARN) for the AppIntegration association.
*/ inline void SetIntegrationAssociationArn(Aws::String&& value) { m_integrationAssociationArnHasBeenSet = true; m_integrationAssociationArn = std::move(value); } /** *The Amazon Resource Name (ARN) for the AppIntegration association.
*/ inline void SetIntegrationAssociationArn(const char* value) { m_integrationAssociationArnHasBeenSet = true; m_integrationAssociationArn.assign(value); } /** *The Amazon Resource Name (ARN) for the AppIntegration association.
*/ inline IntegrationAssociationSummary& WithIntegrationAssociationArn(const Aws::String& value) { SetIntegrationAssociationArn(value); return *this;} /** *The Amazon Resource Name (ARN) for the AppIntegration association.
*/ inline IntegrationAssociationSummary& WithIntegrationAssociationArn(Aws::String&& value) { SetIntegrationAssociationArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) for the AppIntegration association.
*/ inline IntegrationAssociationSummary& WithIntegrationAssociationArn(const char* value) { SetIntegrationAssociationArn(value); return *this;} /** *The identifier of the Amazon Connect instance. You can find * the instance ID in the Amazon Resource Name (ARN) of the instance.
*/ inline const Aws::String& GetInstanceId() const{ return m_instanceId; } /** *The identifier of the Amazon Connect instance. You can find * the instance ID in the Amazon Resource Name (ARN) of the instance.
*/ inline bool InstanceIdHasBeenSet() const { return m_instanceIdHasBeenSet; } /** *The identifier of the Amazon Connect instance. You can find * the instance ID in the Amazon Resource Name (ARN) of the instance.
*/ inline void SetInstanceId(const Aws::String& value) { m_instanceIdHasBeenSet = true; m_instanceId = value; } /** *The identifier of the Amazon Connect instance. You can find * the instance ID in the Amazon Resource Name (ARN) of the instance.
*/ inline void SetInstanceId(Aws::String&& value) { m_instanceIdHasBeenSet = true; m_instanceId = std::move(value); } /** *The identifier of the Amazon Connect instance. You can find * the instance ID in the Amazon Resource Name (ARN) of the instance.
*/ inline void SetInstanceId(const char* value) { m_instanceIdHasBeenSet = true; m_instanceId.assign(value); } /** *The identifier of the Amazon Connect instance. You can find * the instance ID in the Amazon Resource Name (ARN) of the instance.
*/ inline IntegrationAssociationSummary& WithInstanceId(const Aws::String& value) { SetInstanceId(value); return *this;} /** *The identifier of the Amazon Connect instance. You can find * the instance ID in the Amazon Resource Name (ARN) of the instance.
*/ inline IntegrationAssociationSummary& WithInstanceId(Aws::String&& value) { SetInstanceId(std::move(value)); return *this;} /** *The identifier of the Amazon Connect instance. You can find * the instance ID in the Amazon Resource Name (ARN) of the instance.
*/ inline IntegrationAssociationSummary& WithInstanceId(const char* value) { SetInstanceId(value); return *this;} /** *The integration type.
*/ inline const IntegrationType& GetIntegrationType() const{ return m_integrationType; } /** *The integration type.
*/ inline bool IntegrationTypeHasBeenSet() const { return m_integrationTypeHasBeenSet; } /** *The integration type.
*/ inline void SetIntegrationType(const IntegrationType& value) { m_integrationTypeHasBeenSet = true; m_integrationType = value; } /** *The integration type.
*/ inline void SetIntegrationType(IntegrationType&& value) { m_integrationTypeHasBeenSet = true; m_integrationType = std::move(value); } /** *The integration type.
*/ inline IntegrationAssociationSummary& WithIntegrationType(const IntegrationType& value) { SetIntegrationType(value); return *this;} /** *The integration type.
*/ inline IntegrationAssociationSummary& WithIntegrationType(IntegrationType&& value) { SetIntegrationType(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) for the AppIntegration.
*/ inline const Aws::String& GetIntegrationArn() const{ return m_integrationArn; } /** *The Amazon Resource Name (ARN) for the AppIntegration.
*/ inline bool IntegrationArnHasBeenSet() const { return m_integrationArnHasBeenSet; } /** *The Amazon Resource Name (ARN) for the AppIntegration.
*/ inline void SetIntegrationArn(const Aws::String& value) { m_integrationArnHasBeenSet = true; m_integrationArn = value; } /** *The Amazon Resource Name (ARN) for the AppIntegration.
*/ inline void SetIntegrationArn(Aws::String&& value) { m_integrationArnHasBeenSet = true; m_integrationArn = std::move(value); } /** *The Amazon Resource Name (ARN) for the AppIntegration.
*/ inline void SetIntegrationArn(const char* value) { m_integrationArnHasBeenSet = true; m_integrationArn.assign(value); } /** *The Amazon Resource Name (ARN) for the AppIntegration.
*/ inline IntegrationAssociationSummary& WithIntegrationArn(const Aws::String& value) { SetIntegrationArn(value); return *this;} /** *The Amazon Resource Name (ARN) for the AppIntegration.
*/ inline IntegrationAssociationSummary& WithIntegrationArn(Aws::String&& value) { SetIntegrationArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) for the AppIntegration.
*/ inline IntegrationAssociationSummary& WithIntegrationArn(const char* value) { SetIntegrationArn(value); return *this;} /** *The URL for the external application.
*/ inline const Aws::String& GetSourceApplicationUrl() const{ return m_sourceApplicationUrl; } /** *The URL for the external application.
*/ inline bool SourceApplicationUrlHasBeenSet() const { return m_sourceApplicationUrlHasBeenSet; } /** *The URL for the external application.
*/ inline void SetSourceApplicationUrl(const Aws::String& value) { m_sourceApplicationUrlHasBeenSet = true; m_sourceApplicationUrl = value; } /** *The URL for the external application.
*/ inline void SetSourceApplicationUrl(Aws::String&& value) { m_sourceApplicationUrlHasBeenSet = true; m_sourceApplicationUrl = std::move(value); } /** *The URL for the external application.
*/ inline void SetSourceApplicationUrl(const char* value) { m_sourceApplicationUrlHasBeenSet = true; m_sourceApplicationUrl.assign(value); } /** *The URL for the external application.
*/ inline IntegrationAssociationSummary& WithSourceApplicationUrl(const Aws::String& value) { SetSourceApplicationUrl(value); return *this;} /** *The URL for the external application.
*/ inline IntegrationAssociationSummary& WithSourceApplicationUrl(Aws::String&& value) { SetSourceApplicationUrl(std::move(value)); return *this;} /** *The URL for the external application.
*/ inline IntegrationAssociationSummary& WithSourceApplicationUrl(const char* value) { SetSourceApplicationUrl(value); return *this;} /** *The user-provided, friendly name for the external application.
*/ inline const Aws::String& GetSourceApplicationName() const{ return m_sourceApplicationName; } /** *The user-provided, friendly name for the external application.
*/ inline bool SourceApplicationNameHasBeenSet() const { return m_sourceApplicationNameHasBeenSet; } /** *The user-provided, friendly name for the external application.
*/ inline void SetSourceApplicationName(const Aws::String& value) { m_sourceApplicationNameHasBeenSet = true; m_sourceApplicationName = value; } /** *The user-provided, friendly name for the external application.
*/ inline void SetSourceApplicationName(Aws::String&& value) { m_sourceApplicationNameHasBeenSet = true; m_sourceApplicationName = std::move(value); } /** *The user-provided, friendly name for the external application.
*/ inline void SetSourceApplicationName(const char* value) { m_sourceApplicationNameHasBeenSet = true; m_sourceApplicationName.assign(value); } /** *The user-provided, friendly name for the external application.
*/ inline IntegrationAssociationSummary& WithSourceApplicationName(const Aws::String& value) { SetSourceApplicationName(value); return *this;} /** *The user-provided, friendly name for the external application.
*/ inline IntegrationAssociationSummary& WithSourceApplicationName(Aws::String&& value) { SetSourceApplicationName(std::move(value)); return *this;} /** *The user-provided, friendly name for the external application.
*/ inline IntegrationAssociationSummary& WithSourceApplicationName(const char* value) { SetSourceApplicationName(value); return *this;} /** *The name of the source.
*/ inline const SourceType& GetSourceType() const{ return m_sourceType; } /** *The name of the source.
*/ inline bool SourceTypeHasBeenSet() const { return m_sourceTypeHasBeenSet; } /** *The name of the source.
*/ inline void SetSourceType(const SourceType& value) { m_sourceTypeHasBeenSet = true; m_sourceType = value; } /** *The name of the source.
*/ inline void SetSourceType(SourceType&& value) { m_sourceTypeHasBeenSet = true; m_sourceType = std::move(value); } /** *The name of the source.
*/ inline IntegrationAssociationSummary& WithSourceType(const SourceType& value) { SetSourceType(value); return *this;} /** *The name of the source.
*/ inline IntegrationAssociationSummary& WithSourceType(SourceType&& value) { SetSourceType(std::move(value)); return *this;} private: Aws::String m_integrationAssociationId; bool m_integrationAssociationIdHasBeenSet = false; Aws::String m_integrationAssociationArn; bool m_integrationAssociationArnHasBeenSet = false; Aws::String m_instanceId; bool m_instanceIdHasBeenSet = false; IntegrationType m_integrationType; bool m_integrationTypeHasBeenSet = false; Aws::String m_integrationArn; bool m_integrationArnHasBeenSet = false; Aws::String m_sourceApplicationUrl; bool m_sourceApplicationUrlHasBeenSet = false; Aws::String m_sourceApplicationName; bool m_sourceApplicationNameHasBeenSet = false; SourceType m_sourceType; bool m_sourceTypeHasBeenSet = false; }; } // namespace Model } // namespace Connect } // namespace Aws