7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/AmazonRedshiftNodeData.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
59 template <
typename DataT = AmazonRedshiftNodeData>
61 m_dataHasBeenSet =
true;
62 m_data = std::forward<DataT>(value);
64 template <
typename DataT = AmazonRedshiftNodeData>
66 SetData(std::forward<DataT>(value));
74 bool m_nameHasBeenSet =
false;
75 bool m_dataHasBeenSet =
false;
bool DataHasBeenSet() const
AWS_GLUE_API AmazonRedshiftSource(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API AmazonRedshiftSource()=default
bool NameHasBeenSet() const
AWS_GLUE_API AmazonRedshiftSource & operator=(Aws::Utils::Json::JsonView jsonValue)
AmazonRedshiftSource & WithData(DataT &&value)
const Aws::String & GetName() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
void SetData(DataT &&value)
AmazonRedshiftSource & WithName(NameT &&value)
const AmazonRedshiftNodeData & GetData() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue