7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/databrew/GlueDataBrewRequest.h>
9#include <aws/databrew/GlueDataBrew_EXPORTS.h>
10#include <aws/databrew/model/FormatOptions.h>
11#include <aws/databrew/model/Input.h>
12#include <aws/databrew/model/InputFormat.h>
13#include <aws/databrew/model/PathOptions.h>
18namespace GlueDataBrew {
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));
61 m_formatHasBeenSet =
true;
74 template <
typename FormatOptionsT = FormatOptions>
76 m_formatOptionsHasBeenSet =
true;
77 m_formatOptions = std::forward<FormatOptionsT>(value);
79 template <
typename FormatOptionsT = FormatOptions>
90 template <
typename InputT = Input>
92 m_inputHasBeenSet =
true;
93 m_input = std::forward<InputT>(value);
95 template <
typename InputT = Input>
97 SetInput(std::forward<InputT>(value));
109 template <
typename PathOptionsT = PathOptions>
111 m_pathOptionsHasBeenSet =
true;
112 m_pathOptions = std::forward<PathOptionsT>(value);
114 template <
typename PathOptionsT = PathOptions>
125 FormatOptions m_formatOptions;
129 PathOptions m_pathOptions;
130 bool m_nameHasBeenSet =
false;
131 bool m_formatHasBeenSet =
false;
132 bool m_formatOptionsHasBeenSet =
false;
133 bool m_inputHasBeenSet =
false;
134 bool m_pathOptionsHasBeenSet =
false;
UpdateDatasetRequest & WithInput(InputT &&value)
bool InputHasBeenSet() const
bool PathOptionsHasBeenSet() const
UpdateDatasetRequest & WithName(NameT &&value)
const FormatOptions & GetFormatOptions() const
void SetName(NameT &&value)
const Aws::String & GetName() const
void SetPathOptions(PathOptionsT &&value)
void SetInput(InputT &&value)
bool FormatHasBeenSet() const
UpdateDatasetRequest & WithFormatOptions(FormatOptionsT &&value)
const PathOptions & GetPathOptions() const
void SetFormatOptions(FormatOptionsT &&value)
InputFormat GetFormat() const
void SetFormat(InputFormat value)
AWS_GLUEDATABREW_API UpdateDatasetRequest()=default
UpdateDatasetRequest & WithPathOptions(PathOptionsT &&value)
UpdateDatasetRequest & WithFormat(InputFormat value)
bool NameHasBeenSet() const
AWS_GLUEDATABREW_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Input & GetInput() const
bool FormatOptionsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String