7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/AmazonRedshiftNodeData.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename DataT = AmazonRedshiftNodeData>
62 m_dataHasBeenSet =
true;
63 m_data = std::forward<DataT>(value);
65 template <
typename DataT = AmazonRedshiftNodeData>
67 SetData(std::forward<DataT>(value));
78 template <
typename InputsT = Aws::Vector<Aws::String>>
80 m_inputsHasBeenSet =
true;
81 m_inputs = std::forward<InputsT>(value);
83 template <
typename InputsT = Aws::Vector<Aws::String>>
88 template <
typename InputsT = Aws::String>
90 m_inputsHasBeenSet =
true;
91 m_inputs.emplace_back(std::forward<InputsT>(value));
101 bool m_nameHasBeenSet =
false;
102 bool m_dataHasBeenSet =
false;
103 bool m_inputsHasBeenSet =
false;
bool DataHasBeenSet() const
const Aws::String & GetName() const
AWS_GLUE_API AmazonRedshiftTarget(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API AmazonRedshiftTarget()=default
AmazonRedshiftTarget & WithInputs(InputsT &&value)
void SetName(NameT &&value)
const AmazonRedshiftNodeData & GetData() const
AmazonRedshiftTarget & WithName(NameT &&value)
AmazonRedshiftTarget & AddInputs(InputsT &&value)
void SetData(DataT &&value)
const Aws::Vector< Aws::String > & GetInputs() const
bool InputsHasBeenSet() const
AWS_GLUE_API AmazonRedshiftTarget & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
AmazonRedshiftTarget & WithData(DataT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetInputs(InputsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue