7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.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/Source.h>
14#include <aws/databrew/model/PathOptions.h>
15#include <aws/core/utils/memory/stl/AWSMap.h>
54 template<
typename AccountIdT = Aws::String>
55 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
56 template<
typename AccountIdT = Aws::String>
66 template<
typename CreatedByT = Aws::String>
67 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
68 template<
typename CreatedByT = Aws::String>
78 template<
typename CreateDateT = Aws::Utils::DateTime>
79 void SetCreateDate(CreateDateT&& value) { m_createDateHasBeenSet =
true; m_createDate = std::forward<CreateDateT>(value); }
80 template<
typename CreateDateT = Aws::Utils::DateTime>
90 template<
typename NameT = Aws::String>
91 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
92 template<
typename NameT = Aws::String>
114 template<
typename FormatOptionsT = FormatOptions>
115 void SetFormatOptions(FormatOptionsT&& value) { m_formatOptionsHasBeenSet =
true; m_formatOptions = std::forward<FormatOptionsT>(value); }
116 template<
typename FormatOptionsT = FormatOptions>
127 template<
typename InputT = Input>
128 void SetInput(InputT&& value) { m_inputHasBeenSet =
true; m_input = std::forward<InputT>(value); }
129 template<
typename InputT = Input>
139 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
140 void SetLastModifiedDate(LastModifiedDateT&& value) { m_lastModifiedDateHasBeenSet =
true; m_lastModifiedDate = std::forward<LastModifiedDateT>(value); }
141 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
151 template<
typename LastModifiedByT = Aws::String>
152 void SetLastModifiedBy(LastModifiedByT&& value) { m_lastModifiedByHasBeenSet =
true; m_lastModifiedBy = std::forward<LastModifiedByT>(value); }
153 template<
typename LastModifiedByT = Aws::String>
175 template<
typename PathOptionsT = PathOptions>
176 void SetPathOptions(PathOptionsT&& value) { m_pathOptionsHasBeenSet =
true; m_pathOptions = std::forward<PathOptionsT>(value); }
177 template<
typename PathOptionsT = PathOptions>
187 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
188 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
189 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
191 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
193 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
203 template<
typename ResourceArnT = Aws::String>
204 void SetResourceArn(ResourceArnT&& value) { m_resourceArnHasBeenSet =
true; m_resourceArn = std::forward<ResourceArnT>(value); }
205 template<
typename ResourceArnT = Aws::String>
211 bool m_accountIdHasBeenSet =
false;
214 bool m_createdByHasBeenSet =
false;
217 bool m_createDateHasBeenSet =
false;
220 bool m_nameHasBeenSet =
false;
223 bool m_formatHasBeenSet =
false;
225 FormatOptions m_formatOptions;
226 bool m_formatOptionsHasBeenSet =
false;
229 bool m_inputHasBeenSet =
false;
232 bool m_lastModifiedDateHasBeenSet =
false;
235 bool m_lastModifiedByHasBeenSet =
false;
238 bool m_sourceHasBeenSet =
false;
240 PathOptions m_pathOptions;
241 bool m_pathOptionsHasBeenSet =
false;
244 bool m_tagsHasBeenSet =
false;
247 bool m_resourceArnHasBeenSet =
false;
Dataset & WithTags(TagsT &&value)
const FormatOptions & GetFormatOptions() const
Dataset & WithFormat(InputFormat value)
AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const
bool ResourceArnHasBeenSet() const
Dataset & WithSource(Source value)
void SetFormatOptions(FormatOptionsT &&value)
const Aws::String & GetResourceArn() const
void SetCreateDate(CreateDateT &&value)
bool InputHasBeenSet() const
bool CreatedByHasBeenSet() const
const Aws::String & GetAccountId() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetName() const
const Aws::Utils::DateTime & GetLastModifiedDate() const
void SetCreatedBy(CreatedByT &&value)
void SetResourceArn(ResourceArnT &&value)
const Input & GetInput() const
void SetSource(Source value)
Dataset & WithName(NameT &&value)
AWS_GLUEDATABREW_API Dataset(Aws::Utils::Json::JsonView jsonValue)
void SetLastModifiedBy(LastModifiedByT &&value)
Dataset & WithResourceArn(ResourceArnT &&value)
Dataset & WithInput(InputT &&value)
Dataset & WithFormatOptions(FormatOptionsT &&value)
void SetInput(InputT &&value)
InputFormat GetFormat() const
bool FormatHasBeenSet() const
Dataset & WithLastModifiedBy(LastModifiedByT &&value)
Dataset & WithCreateDate(CreateDateT &&value)
AWS_GLUEDATABREW_API Dataset()=default
const PathOptions & GetPathOptions() const
bool AccountIdHasBeenSet() const
bool LastModifiedByHasBeenSet() const
void SetName(NameT &&value)
bool NameHasBeenSet() const
Dataset & WithCreatedBy(CreatedByT &&value)
Dataset & AddTags(TagsKeyT &&key, TagsValueT &&value)
Dataset & WithAccountId(AccountIdT &&value)
bool FormatOptionsHasBeenSet() const
bool CreateDateHasBeenSet() const
bool SourceHasBeenSet() const
void SetTags(TagsT &&value)
AWS_GLUEDATABREW_API Dataset & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFormat(InputFormat value)
Dataset & WithLastModifiedDate(LastModifiedDateT &&value)
bool PathOptionsHasBeenSet() const
bool LastModifiedDateHasBeenSet() const
void SetPathOptions(PathOptionsT &&value)
const Aws::String & GetLastModifiedBy() const
Dataset & WithPathOptions(PathOptionsT &&value)
void SetAccountId(AccountIdT &&value)
void SetLastModifiedDate(LastModifiedDateT &&value)
const Aws::String & GetCreatedBy() const
const Aws::Utils::DateTime & GetCreateDate() 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
Aws::Utils::Json::JsonValue JsonValue