7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/databrew/GlueDataBrewRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/databrew/model/InputFormat.h>
11#include <aws/databrew/model/FormatOptions.h>
12#include <aws/databrew/model/Input.h>
13#include <aws/databrew/model/PathOptions.h>
14#include <aws/core/utils/memory/stl/AWSMap.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>
68 template<
typename FormatOptionsT = FormatOptions>
69 void SetFormatOptions(FormatOptionsT&& value) { m_formatOptionsHasBeenSet =
true; m_formatOptions = std::forward<FormatOptionsT>(value); }
70 template<
typename FormatOptionsT = FormatOptions>
78 template<
typename InputT = Input>
79 void SetInput(InputT&& value) { m_inputHasBeenSet =
true; m_input = std::forward<InputT>(value); }
80 template<
typename InputT = Input>
91 template<
typename PathOptionsT = PathOptions>
92 void SetPathOptions(PathOptionsT&& value) { m_pathOptionsHasBeenSet =
true; m_pathOptions = std::forward<PathOptionsT>(value); }
93 template<
typename PathOptionsT = PathOptions>
103 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
104 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
105 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
107 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
109 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
115 bool m_nameHasBeenSet =
false;
118 bool m_formatHasBeenSet =
false;
120 FormatOptions m_formatOptions;
121 bool m_formatOptionsHasBeenSet =
false;
124 bool m_inputHasBeenSet =
false;
126 PathOptions m_pathOptions;
127 bool m_pathOptionsHasBeenSet =
false;
130 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