/*
 * Copyright 2018-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 javax.annotation.Generated;

import com.amazonaws.AmazonWebServiceRequest;

/**
 * 
 * @see <a href="http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateIntegrationAssociation"
 *      target="_top">AWS API Documentation</a>
 */
@Generated("com.amazonaws:aws-java-sdk-code-generator")
public class CreateIntegrationAssociationRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable, Cloneable {

    /**
     * <p>
     * The identifier of the Amazon Connect instance. You can <a
     * href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
     * the Amazon Resource Name (ARN) of the instance.
     * </p>
     */
    private String instanceId;
    /**
     * <p>
     * The type of information to be ingested.
     * </p>
     */
    private String integrationType;
    /**
     * <p>
     * The Amazon Resource Name (ARN) of the integration.
     * </p>
     * <note>
     * <p>
     * When integrating with Amazon Pinpoint, the Amazon Connect and Amazon Pinpoint instances must be in the same
     * account.
     * </p>
     * </note>
     */
    private String integrationArn;
    /**
     * <p>
     * The URL for the external application. This field is only required for the EVENT integration type.
     * </p>
     */
    private String sourceApplicationUrl;
    /**
     * <p>
     * The name of the external application. This field is only required for the EVENT integration type.
     * </p>
     */
    private String sourceApplicationName;
    /**
     * <p>
     * The type of the data source. This field is only required for the EVENT integration type.
     * </p>
     */
    private String sourceType;
    /**
     * <p>
     * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1",
     * "key2":"value2"} }.
     * </p>
     */
    private java.util.Map<String, String> tags;

    /**
     * <p>
     * The identifier of the Amazon Connect instance. You can <a
     * href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
     * the Amazon Resource Name (ARN) of the instance.
     * </p>
     * 
     * @param instanceId
     *        The identifier of the Amazon Connect instance. You can <a
     *        href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance
     *        ID</a> in the Amazon Resource Name (ARN) of the instance.
     */

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

    /**
     * <p>
     * The identifier of the Amazon Connect instance. You can <a
     * href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
     * the Amazon Resource Name (ARN) of the instance.
     * </p>
     * 
     * @return The identifier of the Amazon Connect instance. You can <a
     *         href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance
     *         ID</a> in the Amazon Resource Name (ARN) of the instance.
     */

    public String getInstanceId() {
        return this.instanceId;
    }

    /**
     * <p>
     * The identifier of the Amazon Connect instance. You can <a
     * href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
     * the Amazon Resource Name (ARN) of the instance.
     * </p>
     * 
     * @param instanceId
     *        The identifier of the Amazon Connect instance. You can <a
     *        href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance
     *        ID</a> in the Amazon Resource Name (ARN) of the instance.
     * @return Returns a reference to this object so that method calls can be chained together.
     */

    public CreateIntegrationAssociationRequest withInstanceId(String instanceId) {
        setInstanceId(instanceId);
        return this;
    }

    /**
     * <p>
     * The type of information to be ingested.
     * </p>
     * 
     * @param integrationType
     *        The type of information to be ingested.
     * @see IntegrationType
     */

    public void setIntegrationType(String integrationType) {
        this.integrationType = integrationType;
    }

    /**
     * <p>
     * The type of information to be ingested.
     * </p>
     * 
     * @return The type of information to be ingested.
     * @see IntegrationType
     */

    public String getIntegrationType() {
        return this.integrationType;
    }

    /**
     * <p>
     * The type of information to be ingested.
     * </p>
     * 
     * @param integrationType
     *        The type of information to be ingested.
     * @return Returns a reference to this object so that method calls can be chained together.
     * @see IntegrationType
     */

    public CreateIntegrationAssociationRequest withIntegrationType(String integrationType) {
        setIntegrationType(integrationType);
        return this;
    }

    /**
     * <p>
     * The type of information to be ingested.
     * </p>
     * 
     * @param integrationType
     *        The type of information to be ingested.
     * @return Returns a reference to this object so that method calls can be chained together.
     * @see IntegrationType
     */

    public CreateIntegrationAssociationRequest withIntegrationType(IntegrationType integrationType) {
        this.integrationType = integrationType.toString();
        return this;
    }

    /**
     * <p>
     * The Amazon Resource Name (ARN) of the integration.
     * </p>
     * <note>
     * <p>
     * When integrating with Amazon Pinpoint, the Amazon Connect and Amazon Pinpoint instances must be in the same
     * account.
     * </p>
     * </note>
     * 
     * @param integrationArn
     *        The Amazon Resource Name (ARN) of the integration.</p> <note>
     *        <p>
     *        When integrating with Amazon Pinpoint, the Amazon Connect and Amazon Pinpoint instances must be in the
     *        same account.
     *        </p>
     */

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

    /**
     * <p>
     * The Amazon Resource Name (ARN) of the integration.
     * </p>
     * <note>
     * <p>
     * When integrating with Amazon Pinpoint, the Amazon Connect and Amazon Pinpoint instances must be in the same
     * account.
     * </p>
     * </note>
     * 
     * @return The Amazon Resource Name (ARN) of the integration.</p> <note>
     *         <p>
     *         When integrating with Amazon Pinpoint, the Amazon Connect and Amazon Pinpoint instances must be in the
     *         same account.
     *         </p>
     */

    public String getIntegrationArn() {
        return this.integrationArn;
    }

    /**
     * <p>
     * The Amazon Resource Name (ARN) of the integration.
     * </p>
     * <note>
     * <p>
     * When integrating with Amazon Pinpoint, the Amazon Connect and Amazon Pinpoint instances must be in the same
     * account.
     * </p>
     * </note>
     * 
     * @param integrationArn
     *        The Amazon Resource Name (ARN) of the integration.</p> <note>
     *        <p>
     *        When integrating with Amazon Pinpoint, the Amazon Connect and Amazon Pinpoint instances must be in the
     *        same account.
     *        </p>
     * @return Returns a reference to this object so that method calls can be chained together.
     */

    public CreateIntegrationAssociationRequest withIntegrationArn(String integrationArn) {
        setIntegrationArn(integrationArn);
        return this;
    }

    /**
     * <p>
     * The URL for the external application. This field is only required for the EVENT integration type.
     * </p>
     * 
     * @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;
    }

    /**
     * <p>
     * The URL for the external application. This field is only required for the EVENT integration type.
     * </p>
     * 
     * @return The URL for the external application. This field is only required for the EVENT integration type.
     */

    public String getSourceApplicationUrl() {
        return this.sourceApplicationUrl;
    }

    /**
     * <p>
     * The URL for the external application. This field is only required for the EVENT integration type.
     * </p>
     * 
     * @param sourceApplicationUrl
     *        The URL for the external application. This field is only required for the EVENT integration type.
     * @return Returns a reference to this object so that method calls can be chained together.
     */

    public CreateIntegrationAssociationRequest withSourceApplicationUrl(String sourceApplicationUrl) {
        setSourceApplicationUrl(sourceApplicationUrl);
        return this;
    }

    /**
     * <p>
     * The name of the external application. This field is only required for the EVENT integration type.
     * </p>
     * 
     * @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;
    }

    /**
     * <p>
     * The name of the external application. This field is only required for the EVENT integration type.
     * </p>
     * 
     * @return The name of the external application. This field is only required for the EVENT integration type.
     */

    public String getSourceApplicationName() {
        return this.sourceApplicationName;
    }

    /**
     * <p>
     * The name of the external application. This field is only required for the EVENT integration type.
     * </p>
     * 
     * @param sourceApplicationName
     *        The name of the external application. This field is only required for the EVENT integration type.
     * @return Returns a reference to this object so that method calls can be chained together.
     */

    public CreateIntegrationAssociationRequest withSourceApplicationName(String sourceApplicationName) {
        setSourceApplicationName(sourceApplicationName);
        return this;
    }

    /**
     * <p>
     * The type of the data source. This field is only required for the EVENT integration type.
     * </p>
     * 
     * @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;
    }

    /**
     * <p>
     * The type of the data source. This field is only required for the EVENT integration type.
     * </p>
     * 
     * @return The type of the data source. This field is only required for the EVENT integration type.
     * @see SourceType
     */

    public String getSourceType() {
        return this.sourceType;
    }

    /**
     * <p>
     * The type of the data source. This field is only required for the EVENT integration type.
     * </p>
     * 
     * @param sourceType
     *        The type of the data source. This field is only required for the EVENT integration type.
     * @return Returns a reference to this object so that method calls can be chained together.
     * @see SourceType
     */

    public CreateIntegrationAssociationRequest withSourceType(String sourceType) {
        setSourceType(sourceType);
        return this;
    }

    /**
     * <p>
     * The type of the data source. This field is only required for the EVENT integration type.
     * </p>
     * 
     * @param sourceType
     *        The type of the data source. This field is only required for the EVENT integration type.
     * @return Returns a reference to this object so that method calls can be chained together.
     * @see SourceType
     */

    public CreateIntegrationAssociationRequest withSourceType(SourceType sourceType) {
        this.sourceType = sourceType.toString();
        return this;
    }

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

    public java.util.Map<String, String> getTags() {
        return tags;
    }

    /**
     * <p>
     * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1",
     * "key2":"value2"} }.
     * </p>
     * 
     * @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<String, String> tags) {
        this.tags = tags;
    }

    /**
     * <p>
     * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1",
     * "key2":"value2"} }.
     * </p>
     * 
     * @param tags
     *        The tags used to organize, track, or control access for this resource. For example, { "tags":
     *        {"key1":"value1", "key2":"value2"} }.
     * @return Returns a reference to this object so that method calls can be chained together.
     */

    public CreateIntegrationAssociationRequest withTags(java.util.Map<String, String> tags) {
        setTags(tags);
        return this;
    }

    /**
     * Add a single Tags entry
     *
     * @see CreateIntegrationAssociationRequest#withTags
     * @returns a reference to this 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<String, String>();
        }
        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.
     *
     * @return 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. This is useful for testing and debugging. Sensitive data will be
     * redacted from this string using a placeholder value.
     *
     * @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: ").append(getInstanceId()).append(",");
        if (getIntegrationType() != null)
            sb.append("IntegrationType: ").append(getIntegrationType()).append(",");
        if (getIntegrationArn() != null)
            sb.append("IntegrationArn: ").append(getIntegrationArn()).append(",");
        if (getSourceApplicationUrl() != null)
            sb.append("SourceApplicationUrl: ").append(getSourceApplicationUrl()).append(",");
        if (getSourceApplicationName() != null)
            sb.append("SourceApplicationName: ").append(getSourceApplicationName()).append(",");
        if (getSourceType() != null)
            sb.append("SourceType: ").append(getSourceType()).append(",");
        if (getTags() != null)
            sb.append("Tags: ").append(getTags());
        sb.append("}");
        return sb.toString();
    }

    @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;
    }

    @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 CreateIntegrationAssociationRequest clone() {
        return (CreateIntegrationAssociationRequest) super.clone();
    }

}