/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Specifies a transform that combines the rows from two or more datasets into a
* single result.See Also:
AWS API
* Reference
The name of the transform node.
*/ inline const Aws::String& GetName() const{ return m_name; } /** *The name of the transform node.
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *The name of the transform node.
*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** *The name of the transform node.
*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *The name of the transform node.
*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** *The name of the transform node.
*/ inline Union& WithName(const Aws::String& value) { SetName(value); return *this;} /** *The name of the transform node.
*/ inline Union& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *The name of the transform node.
*/ inline Union& WithName(const char* value) { SetName(value); return *this;} /** *The node ID inputs to the transform.
*/ inline const Aws::VectorThe node ID inputs to the transform.
*/ inline bool InputsHasBeenSet() const { return m_inputsHasBeenSet; } /** *The node ID inputs to the transform.
*/ inline void SetInputs(const Aws::VectorThe node ID inputs to the transform.
*/ inline void SetInputs(Aws::VectorThe node ID inputs to the transform.
*/ inline Union& WithInputs(const Aws::VectorThe node ID inputs to the transform.
*/ inline Union& WithInputs(Aws::VectorThe node ID inputs to the transform.
*/ inline Union& AddInputs(const Aws::String& value) { m_inputsHasBeenSet = true; m_inputs.push_back(value); return *this; } /** *The node ID inputs to the transform.
*/ inline Union& AddInputs(Aws::String&& value) { m_inputsHasBeenSet = true; m_inputs.push_back(std::move(value)); return *this; } /** *The node ID inputs to the transform.
*/ inline Union& AddInputs(const char* value) { m_inputsHasBeenSet = true; m_inputs.push_back(value); return *this; } /** *Indicates the type of Union transform.
Specify ALL
to
* join all rows from data sources to the resulting DynamicFrame. The resulting
* union does not remove duplicate rows.
Specify DISTINCT
to
* remove duplicate rows in the resulting DynamicFrame.
Indicates the type of Union transform.
Specify ALL
to
* join all rows from data sources to the resulting DynamicFrame. The resulting
* union does not remove duplicate rows.
Specify DISTINCT
to
* remove duplicate rows in the resulting DynamicFrame.
Indicates the type of Union transform.
Specify ALL
to
* join all rows from data sources to the resulting DynamicFrame. The resulting
* union does not remove duplicate rows.
Specify DISTINCT
to
* remove duplicate rows in the resulting DynamicFrame.
Indicates the type of Union transform.
Specify ALL
to
* join all rows from data sources to the resulting DynamicFrame. The resulting
* union does not remove duplicate rows.
Specify DISTINCT
to
* remove duplicate rows in the resulting DynamicFrame.
Indicates the type of Union transform.
Specify ALL
to
* join all rows from data sources to the resulting DynamicFrame. The resulting
* union does not remove duplicate rows.
Specify DISTINCT
to
* remove duplicate rows in the resulting DynamicFrame.
Indicates the type of Union transform.
Specify ALL
to
* join all rows from data sources to the resulting DynamicFrame. The resulting
* union does not remove duplicate rows.
Specify DISTINCT
to
* remove duplicate rows in the resulting DynamicFrame.