/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information about the task action.See Also:
AWS
* API Reference
The name. Supports variable injection. For more information, see JSONPath * reference in the Amazon Connect Administrators Guide.
*/ inline const Aws::String& GetName() const{ return m_name; } /** *The name. Supports variable injection. For more information, see JSONPath * reference in the Amazon Connect Administrators Guide.
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *The name. Supports variable injection. For more information, see JSONPath * reference in the Amazon Connect Administrators Guide.
*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** *The name. Supports variable injection. For more information, see JSONPath * reference in the Amazon Connect Administrators Guide.
*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *The name. Supports variable injection. For more information, see JSONPath * reference in the Amazon Connect Administrators Guide.
*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** *The name. Supports variable injection. For more information, see JSONPath * reference in the Amazon Connect Administrators Guide.
*/ inline TaskActionDefinition& WithName(const Aws::String& value) { SetName(value); return *this;} /** *The name. Supports variable injection. For more information, see JSONPath * reference in the Amazon Connect Administrators Guide.
*/ inline TaskActionDefinition& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *The name. Supports variable injection. For more information, see JSONPath * reference in the Amazon Connect Administrators Guide.
*/ inline TaskActionDefinition& WithName(const char* value) { SetName(value); return *this;} /** *The description. Supports variable injection. For more information, see JSONPath * reference in the Amazon Connect Administrators Guide.
*/ inline const Aws::String& GetDescription() const{ return m_description; } /** *The description. Supports variable injection. For more information, see JSONPath * reference in the Amazon Connect Administrators Guide.
*/ inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; } /** *The description. Supports variable injection. For more information, see JSONPath * reference in the Amazon Connect Administrators Guide.
*/ inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; } /** *The description. Supports variable injection. For more information, see JSONPath * reference in the Amazon Connect Administrators Guide.
*/ inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); } /** *The description. Supports variable injection. For more information, see JSONPath * reference in the Amazon Connect Administrators Guide.
*/ inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); } /** *The description. Supports variable injection. For more information, see JSONPath * reference in the Amazon Connect Administrators Guide.
*/ inline TaskActionDefinition& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** *The description. Supports variable injection. For more information, see JSONPath * reference in the Amazon Connect Administrators Guide.
*/ inline TaskActionDefinition& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** *The description. Supports variable injection. For more information, see JSONPath * reference in the Amazon Connect Administrators Guide.
*/ inline TaskActionDefinition& WithDescription(const char* value) { SetDescription(value); return *this;} /** *The identifier of the flow.
*/ inline const Aws::String& GetContactFlowId() const{ return m_contactFlowId; } /** *The identifier of the flow.
*/ inline bool ContactFlowIdHasBeenSet() const { return m_contactFlowIdHasBeenSet; } /** *The identifier of the flow.
*/ inline void SetContactFlowId(const Aws::String& value) { m_contactFlowIdHasBeenSet = true; m_contactFlowId = value; } /** *The identifier of the flow.
*/ inline void SetContactFlowId(Aws::String&& value) { m_contactFlowIdHasBeenSet = true; m_contactFlowId = std::move(value); } /** *The identifier of the flow.
*/ inline void SetContactFlowId(const char* value) { m_contactFlowIdHasBeenSet = true; m_contactFlowId.assign(value); } /** *The identifier of the flow.
*/ inline TaskActionDefinition& WithContactFlowId(const Aws::String& value) { SetContactFlowId(value); return *this;} /** *The identifier of the flow.
*/ inline TaskActionDefinition& WithContactFlowId(Aws::String&& value) { SetContactFlowId(std::move(value)); return *this;} /** *The identifier of the flow.
*/ inline TaskActionDefinition& WithContactFlowId(const char* value) { SetContactFlowId(value); return *this;} /** *Information about the reference when the referenceType
is
* URL
. Otherwise, null. (Supports variable injection in the
* Value
field.)
Information about the reference when the referenceType
is
* URL
. Otherwise, null. (Supports variable injection in the
* Value
field.)
Information about the reference when the referenceType
is
* URL
. Otherwise, null. (Supports variable injection in the
* Value
field.)
Information about the reference when the referenceType
is
* URL
. Otherwise, null. (Supports variable injection in the
* Value
field.)
Information about the reference when the referenceType
is
* URL
. Otherwise, null. (Supports variable injection in the
* Value
field.)
Information about the reference when the referenceType
is
* URL
. Otherwise, null. (Supports variable injection in the
* Value
field.)
Information about the reference when the referenceType
is
* URL
. Otherwise, null. (Supports variable injection in the
* Value
field.)
Information about the reference when the referenceType
is
* URL
. Otherwise, null. (Supports variable injection in the
* Value
field.)
Information about the reference when the referenceType
is
* URL
. Otherwise, null. (Supports variable injection in the
* Value
field.)
Information about the reference when the referenceType
is
* URL
. Otherwise, null. (Supports variable injection in the
* Value
field.)
Information about the reference when the referenceType
is
* URL
. Otherwise, null. (Supports variable injection in the
* Value
field.)
Information about the reference when the referenceType
is
* URL
. Otherwise, null. (Supports variable injection in the
* Value
field.)