7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/AmazonRedshiftNodeData.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 template<
typename DataT = AmazonRedshiftNodeData>
60 void SetData(DataT&& value) { m_dataHasBeenSet =
true; m_data = std::forward<DataT>(value); }
61 template<
typename DataT = AmazonRedshiftNodeData>
67 bool m_nameHasBeenSet =
false;
70 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