7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/databrew/GlueDataBrewRequest.h>
10#include <aws/databrew/GlueDataBrew_EXPORTS.h>
11#include <aws/databrew/model/FormatOptions.h>
12#include <aws/databrew/model/Input.h>
13#include <aws/databrew/model/InputFormat.h>
14#include <aws/databrew/model/PathOptions.h>
19namespace GlueDataBrew {
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
63 m_formatHasBeenSet =
true;
76 template <
typename FormatOptionsT = FormatOptions>
78 m_formatOptionsHasBeenSet =
true;
79 m_formatOptions = std::forward<FormatOptionsT>(value);
81 template <
typename FormatOptionsT = FormatOptions>
92 template <
typename InputT = Input>
94 m_inputHasBeenSet =
true;
95 m_input = std::forward<InputT>(value);
97 template <
typename InputT = Input>
99 SetInput(std::forward<InputT>(value));
111 template <
typename PathOptionsT = PathOptions>
113 m_pathOptionsHasBeenSet =
true;
114 m_pathOptions = std::forward<PathOptionsT>(value);
116 template <
typename PathOptionsT = PathOptions>
129 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
131 m_tagsHasBeenSet =
true;
132 m_tags = std::forward<TagsT>(value);
134 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
136 SetTags(std::forward<TagsT>(value));
139 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
141 m_tagsHasBeenSet =
true;
142 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
151 FormatOptions m_formatOptions;
155 PathOptions m_pathOptions;
158 bool m_nameHasBeenSet =
false;
159 bool m_formatHasBeenSet =
false;
160 bool m_formatOptionsHasBeenSet =
false;
161 bool m_inputHasBeenSet =
false;
162 bool m_pathOptionsHasBeenSet =
false;
163 bool m_tagsHasBeenSet =
false;
AWS_GLUEDATABREW_API Aws::String SerializePayload() const override
bool InputHasBeenSet() const
InputFormat GetFormat() const
virtual const char * GetServiceRequestName() const override
void SetName(NameT &&value)
bool PathOptionsHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateDatasetRequest & WithFormat(InputFormat value)
void SetFormatOptions(FormatOptionsT &&value)
const Input & GetInput() const
const FormatOptions & GetFormatOptions() const
CreateDatasetRequest & WithFormatOptions(FormatOptionsT &&value)
CreateDatasetRequest & WithTags(TagsT &&value)
void SetInput(InputT &&value)
bool NameHasBeenSet() const
void SetPathOptions(PathOptionsT &&value)
CreateDatasetRequest & WithName(NameT &&value)
const Aws::String & GetName() const
CreateDatasetRequest & WithInput(InputT &&value)
void SetTags(TagsT &&value)
CreateDatasetRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
const PathOptions & GetPathOptions() const
CreateDatasetRequest & WithPathOptions(PathOptionsT &&value)
bool FormatHasBeenSet() const
AWS_GLUEDATABREW_API CreateDatasetRequest()=default
void SetFormat(InputFormat value)
bool FormatOptionsHasBeenSet() const
bool TagsHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String