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>
45 template<
typename NameT = Aws::String>
46 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
47 template<
typename NameT = Aws::String>
66 template<
typename FormatOptionsT = FormatOptions>
67 void SetFormatOptions(FormatOptionsT&& value) { m_formatOptionsHasBeenSet =
true; m_formatOptions = std::forward<FormatOptionsT>(value); }
68 template<
typename FormatOptionsT = FormatOptions>
76 template<
typename InputT = Input>
77 void SetInput(InputT&& value) { m_inputHasBeenSet =
true; m_input = std::forward<InputT>(value); }
78 template<
typename InputT = Input>
89 template<
typename PathOptionsT = PathOptions>
90 void SetPathOptions(PathOptionsT&& value) { m_pathOptionsHasBeenSet =
true; m_pathOptions = std::forward<PathOptionsT>(value); }
91 template<
typename PathOptionsT = PathOptions>
97 bool m_nameHasBeenSet =
false;
100 bool m_formatHasBeenSet =
false;
102 FormatOptions m_formatOptions;
103 bool m_formatOptionsHasBeenSet =
false;
106 bool m_inputHasBeenSet =
false;
108 PathOptions m_pathOptions;
109 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