/* * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ package com.amazonaws.services.connect.model; import java.io.Serializable; import com.amazonaws.AmazonWebServiceRequest; /** *

* Creates an Amazon Web Services resource association with an Amazon Connect * instance. *

*/ public class CreateIntegrationAssociationRequest extends AmazonWebServiceRequest implements Serializable { /** *

* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the * instance. *

*

* Constraints:
* Length: 1 - 100
*/ private String instanceId; /** *

* The type of information to be ingested. *

*

* Constraints:
* Allowed Values: EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, * WISDOM_KNOWLEDGE_BASE, CASES_DOMAIN */ private String integrationType; /** *

* The Amazon Resource Name (ARN) of the integration. *

* *

* When integrating with Amazon Pinpoint, the Amazon Connect and Amazon * Pinpoint instances must be in the same account. *

*
*/ private String integrationArn; /** *

* The URL for the external application. This field is only required for the * EVENT integration type. *

*

* Constraints:
* Length: 1 - 2000
*/ private String sourceApplicationUrl; /** *

* The name of the external application. This field is only required for the * EVENT integration type. *

*

* Constraints:
* Length: 1 - 100
* Pattern: ^[a-zA-Z0-9_ -]+$
*/ private String sourceApplicationName; /** *

* The type of the data source. This field is only required for the EVENT * integration type. *

*

* Constraints:
* Allowed Values: SALESFORCE, ZENDESK */ private String sourceType; /** *

* The tags used to organize, track, or control access for this resource. * For example, { "tags": {"key1":"value1", "key2":"value2"} }. *

*/ private java.util.Map tags; /** *

* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the * instance. *

*

* Constraints:
* Length: 1 - 100
* * @return

* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of * the instance. *

*/ public String getInstanceId() { return instanceId; } /** *

* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the * instance. *

*

* Constraints:
* Length: 1 - 100
* * @param instanceId

* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of * the instance. *

*/ public void setInstanceId(String instanceId) { this.instanceId = instanceId; } /** *

* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the * instance. *

*

* Returns a reference to this object so that method calls can be chained * together. *

* Constraints:
* Length: 1 - 100
* * @param instanceId

* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of * the instance. *

* @return A reference to this updated object so that method calls can be * chained together. */ public CreateIntegrationAssociationRequest withInstanceId(String instanceId) { this.instanceId = instanceId; return this; } /** *

* The type of information to be ingested. *

*

* Constraints:
* Allowed Values: EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, * WISDOM_KNOWLEDGE_BASE, CASES_DOMAIN * * @return

* The type of information to be ingested. *

* @see IntegrationType */ public String getIntegrationType() { return integrationType; } /** *

* The type of information to be ingested. *

*

* Constraints:
* Allowed Values: EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, * WISDOM_KNOWLEDGE_BASE, CASES_DOMAIN * * @param integrationType

* The type of information to be ingested. *

* @see IntegrationType */ public void setIntegrationType(String integrationType) { this.integrationType = integrationType; } /** *

* The type of information to be ingested. *

*

* Returns a reference to this object so that method calls can be chained * together. *

* Constraints:
* Allowed Values: EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, * WISDOM_KNOWLEDGE_BASE, CASES_DOMAIN * * @param integrationType

* The type of information to be ingested. *

* @return A reference to this updated object so that method calls can be * chained together. * @see IntegrationType */ public CreateIntegrationAssociationRequest withIntegrationType(String integrationType) { this.integrationType = integrationType; return this; } /** *

* The type of information to be ingested. *

*

* Constraints:
* Allowed Values: EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, * WISDOM_KNOWLEDGE_BASE, CASES_DOMAIN * * @param integrationType

* The type of information to be ingested. *

* @see IntegrationType */ public void setIntegrationType(IntegrationType integrationType) { this.integrationType = integrationType.toString(); } /** *

* The type of information to be ingested. *

*

* Returns a reference to this object so that method calls can be chained * together. *

* Constraints:
* Allowed Values: EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, * WISDOM_KNOWLEDGE_BASE, CASES_DOMAIN * * @param integrationType

* The type of information to be ingested. *

* @return A reference to this updated object so that method calls can be * chained together. * @see IntegrationType */ public CreateIntegrationAssociationRequest withIntegrationType(IntegrationType integrationType) { this.integrationType = integrationType.toString(); return this; } /** *

* The Amazon Resource Name (ARN) of the integration. *

* *

* When integrating with Amazon Pinpoint, the Amazon Connect and Amazon * Pinpoint instances must be in the same account. *

*
* * @return

* The Amazon Resource Name (ARN) of the integration. *

* *

* When integrating with Amazon Pinpoint, the Amazon Connect and * Amazon Pinpoint instances must be in the same account. *

*
*/ public String getIntegrationArn() { return integrationArn; } /** *

* The Amazon Resource Name (ARN) of the integration. *

* *

* When integrating with Amazon Pinpoint, the Amazon Connect and Amazon * Pinpoint instances must be in the same account. *

*
* * @param integrationArn

* The Amazon Resource Name (ARN) of the integration. *

* *

* When integrating with Amazon Pinpoint, the Amazon Connect and * Amazon Pinpoint instances must be in the same account. *

*
*/ public void setIntegrationArn(String integrationArn) { this.integrationArn = integrationArn; } /** *

* The Amazon Resource Name (ARN) of the integration. *

* *

* When integrating with Amazon Pinpoint, the Amazon Connect and Amazon * Pinpoint instances must be in the same account. *

*
*

* Returns a reference to this object so that method calls can be chained * together. * * @param integrationArn

* The Amazon Resource Name (ARN) of the integration. *

* *

* When integrating with Amazon Pinpoint, the Amazon Connect and * Amazon Pinpoint instances must be in the same account. *

*
* @return A reference to this updated object so that method calls can be * chained together. */ public CreateIntegrationAssociationRequest withIntegrationArn(String integrationArn) { this.integrationArn = integrationArn; return this; } /** *

* The URL for the external application. This field is only required for the * EVENT integration type. *

*

* Constraints:
* Length: 1 - 2000
* * @return

* The URL for the external application. This field is only required * for the EVENT integration type. *

*/ public String getSourceApplicationUrl() { return sourceApplicationUrl; } /** *

* The URL for the external application. This field is only required for the * EVENT integration type. *

*

* Constraints:
* Length: 1 - 2000
* * @param sourceApplicationUrl

* The URL for the external application. This field is only * required for the EVENT integration type. *

*/ public void setSourceApplicationUrl(String sourceApplicationUrl) { this.sourceApplicationUrl = sourceApplicationUrl; } /** *

* The URL for the external application. This field is only required for the * EVENT integration type. *

*

* Returns a reference to this object so that method calls can be chained * together. *

* Constraints:
* Length: 1 - 2000
* * @param sourceApplicationUrl

* The URL for the external application. This field is only * required for the EVENT integration type. *

* @return A reference to this updated object so that method calls can be * chained together. */ public CreateIntegrationAssociationRequest withSourceApplicationUrl(String sourceApplicationUrl) { this.sourceApplicationUrl = sourceApplicationUrl; return this; } /** *

* The name of the external application. This field is only required for the * EVENT integration type. *

*

* Constraints:
* Length: 1 - 100
* Pattern: ^[a-zA-Z0-9_ -]+$
* * @return

* The name of the external application. This field is only required * for the EVENT integration type. *

*/ public String getSourceApplicationName() { return sourceApplicationName; } /** *

* The name of the external application. This field is only required for the * EVENT integration type. *

*

* Constraints:
* Length: 1 - 100
* Pattern: ^[a-zA-Z0-9_ -]+$
* * @param sourceApplicationName

* The name of the external application. This field is only * required for the EVENT integration type. *

*/ public void setSourceApplicationName(String sourceApplicationName) { this.sourceApplicationName = sourceApplicationName; } /** *

* The name of the external application. This field is only required for the * EVENT integration type. *

*

* Returns a reference to this object so that method calls can be chained * together. *

* Constraints:
* Length: 1 - 100
* Pattern: ^[a-zA-Z0-9_ -]+$
* * @param sourceApplicationName

* The name of the external application. This field is only * required for the EVENT integration type. *

* @return A reference to this updated object so that method calls can be * chained together. */ public CreateIntegrationAssociationRequest withSourceApplicationName( String sourceApplicationName) { this.sourceApplicationName = sourceApplicationName; return this; } /** *

* The type of the data source. This field is only required for the EVENT * integration type. *

*

* Constraints:
* Allowed Values: SALESFORCE, ZENDESK * * @return

* The type of the data source. This field is only required for the * EVENT integration type. *

* @see SourceType */ public String getSourceType() { return sourceType; } /** *

* The type of the data source. This field is only required for the EVENT * integration type. *

*

* Constraints:
* Allowed Values: SALESFORCE, ZENDESK * * @param sourceType

* The type of the data source. This field is only required for * the EVENT integration type. *

* @see SourceType */ public void setSourceType(String sourceType) { this.sourceType = sourceType; } /** *

* The type of the data source. This field is only required for the EVENT * integration type. *

*

* Returns a reference to this object so that method calls can be chained * together. *

* Constraints:
* Allowed Values: SALESFORCE, ZENDESK * * @param sourceType

* The type of the data source. This field is only required for * the EVENT integration type. *

* @return A reference to this updated object so that method calls can be * chained together. * @see SourceType */ public CreateIntegrationAssociationRequest withSourceType(String sourceType) { this.sourceType = sourceType; return this; } /** *

* The type of the data source. This field is only required for the EVENT * integration type. *

*

* Constraints:
* Allowed Values: SALESFORCE, ZENDESK * * @param sourceType

* The type of the data source. This field is only required for * the EVENT integration type. *

* @see SourceType */ public void setSourceType(SourceType sourceType) { this.sourceType = sourceType.toString(); } /** *

* The type of the data source. This field is only required for the EVENT * integration type. *

*

* Returns a reference to this object so that method calls can be chained * together. *

* Constraints:
* Allowed Values: SALESFORCE, ZENDESK * * @param sourceType

* The type of the data source. This field is only required for * the EVENT integration type. *

* @return A reference to this updated object so that method calls can be * chained together. * @see SourceType */ public CreateIntegrationAssociationRequest withSourceType(SourceType sourceType) { this.sourceType = sourceType.toString(); return this; } /** *

* The tags used to organize, track, or control access for this resource. * For example, { "tags": {"key1":"value1", "key2":"value2"} }. *

* * @return

* The tags used to organize, track, or control access for this * resource. For example, { "tags": {"key1":"value1", * "key2":"value2"} }. *

*/ public java.util.Map getTags() { return tags; } /** *

* The tags used to organize, track, or control access for this resource. * For example, { "tags": {"key1":"value1", "key2":"value2"} }. *

* * @param tags

* The tags used to organize, track, or control access for this * resource. For example, { "tags": {"key1":"value1", * "key2":"value2"} }. *

*/ public void setTags(java.util.Map tags) { this.tags = tags; } /** *

* The tags used to organize, track, or control access for this resource. * For example, { "tags": {"key1":"value1", "key2":"value2"} }. *

*

* Returns a reference to this object so that method calls can be chained * together. * * @param tags

* The tags used to organize, track, or control access for this * resource. For example, { "tags": {"key1":"value1", * "key2":"value2"} }. *

* @return A reference to this updated object so that method calls can be * chained together. */ public CreateIntegrationAssociationRequest withTags(java.util.Map tags) { this.tags = tags; return this; } /** *

* The tags used to organize, track, or control access for this resource. * For example, { "tags": {"key1":"value1", "key2":"value2"} }. *

*

* The method adds a new key-value pair into Tags parameter, and returns a * reference to this object so that method calls can be chained together. * * @param key The key of the entry to be added into Tags. * @param value The corresponding value of the entry to be added into Tags. * @return A reference to this updated object so that method calls can be * chained together. */ public CreateIntegrationAssociationRequest addTagsEntry(String key, String value) { if (null == this.tags) { this.tags = new java.util.HashMap(); } if (this.tags.containsKey(key)) throw new IllegalArgumentException("Duplicated keys (" + key.toString() + ") are provided."); this.tags.put(key, value); return this; } /** * Removes all the entries added into Tags. *

* Returns a reference to this object so that method calls can be chained * together. */ public CreateIntegrationAssociationRequest clearTagsEntries() { this.tags = null; return this; } /** * Returns a string representation of this object; useful for testing and * debugging. * * @return A string representation of this object. * @see java.lang.Object#toString() */ @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("{"); if (getInstanceId() != null) sb.append("InstanceId: " + getInstanceId() + ","); if (getIntegrationType() != null) sb.append("IntegrationType: " + getIntegrationType() + ","); if (getIntegrationArn() != null) sb.append("IntegrationArn: " + getIntegrationArn() + ","); if (getSourceApplicationUrl() != null) sb.append("SourceApplicationUrl: " + getSourceApplicationUrl() + ","); if (getSourceApplicationName() != null) sb.append("SourceApplicationName: " + getSourceApplicationName() + ","); if (getSourceType() != null) sb.append("SourceType: " + getSourceType() + ","); if (getTags() != null) sb.append("Tags: " + getTags()); sb.append("}"); return sb.toString(); } @Override public int hashCode() { final int prime = 31; int hashCode = 1; hashCode = prime * hashCode + ((getInstanceId() == null) ? 0 : getInstanceId().hashCode()); hashCode = prime * hashCode + ((getIntegrationType() == null) ? 0 : getIntegrationType().hashCode()); hashCode = prime * hashCode + ((getIntegrationArn() == null) ? 0 : getIntegrationArn().hashCode()); hashCode = prime * hashCode + ((getSourceApplicationUrl() == null) ? 0 : getSourceApplicationUrl().hashCode()); hashCode = prime * hashCode + ((getSourceApplicationName() == null) ? 0 : getSourceApplicationName().hashCode()); hashCode = prime * hashCode + ((getSourceType() == null) ? 0 : getSourceType().hashCode()); hashCode = prime * hashCode + ((getTags() == null) ? 0 : getTags().hashCode()); return hashCode; } @Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (obj instanceof CreateIntegrationAssociationRequest == false) return false; CreateIntegrationAssociationRequest other = (CreateIntegrationAssociationRequest) obj; if (other.getInstanceId() == null ^ this.getInstanceId() == null) return false; if (other.getInstanceId() != null && other.getInstanceId().equals(this.getInstanceId()) == false) return false; if (other.getIntegrationType() == null ^ this.getIntegrationType() == null) return false; if (other.getIntegrationType() != null && other.getIntegrationType().equals(this.getIntegrationType()) == false) return false; if (other.getIntegrationArn() == null ^ this.getIntegrationArn() == null) return false; if (other.getIntegrationArn() != null && other.getIntegrationArn().equals(this.getIntegrationArn()) == false) return false; if (other.getSourceApplicationUrl() == null ^ this.getSourceApplicationUrl() == null) return false; if (other.getSourceApplicationUrl() != null && other.getSourceApplicationUrl().equals(this.getSourceApplicationUrl()) == false) return false; if (other.getSourceApplicationName() == null ^ this.getSourceApplicationName() == null) return false; if (other.getSourceApplicationName() != null && other.getSourceApplicationName().equals(this.getSourceApplicationName()) == false) return false; if (other.getSourceType() == null ^ this.getSourceType() == null) return false; if (other.getSourceType() != null && other.getSourceType().equals(this.getSourceType()) == false) return false; if (other.getTags() == null ^ this.getTags() == null) return false; if (other.getTags() != null && other.getTags().equals(this.getTags()) == false) return false; return true; } }