7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.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>
15#include <aws/databrew/model/Source.h>
26namespace GlueDataBrew {
48 template <
typename AccountIdT = Aws::String>
50 m_accountIdHasBeenSet =
true;
51 m_accountId = std::forward<AccountIdT>(value);
53 template <
typename AccountIdT = Aws::String>
66 template <
typename CreatedByT = Aws::String>
68 m_createdByHasBeenSet =
true;
69 m_createdBy = std::forward<CreatedByT>(value);
71 template <
typename CreatedByT = Aws::String>
84 template <
typename CreateDateT = Aws::Utils::DateTime>
86 m_createDateHasBeenSet =
true;
87 m_createDate = std::forward<CreateDateT>(value);
89 template <
typename CreateDateT = Aws::Utils::DateTime>
102 template <
typename NameT = Aws::String>
104 m_nameHasBeenSet =
true;
105 m_name = std::forward<NameT>(value);
107 template <
typename NameT = Aws::String>
109 SetName(std::forward<NameT>(value));
122 m_formatHasBeenSet =
true;
138 template <
typename FormatOptionsT = FormatOptions>
140 m_formatOptionsHasBeenSet =
true;
141 m_formatOptions = std::forward<FormatOptionsT>(value);
143 template <
typename FormatOptionsT = FormatOptions>
157 template <
typename InputT = Input>
159 m_inputHasBeenSet =
true;
160 m_input = std::forward<InputT>(value);
162 template <
typename InputT = Input>
164 SetInput(std::forward<InputT>(value));
175 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
177 m_lastModifiedDateHasBeenSet =
true;
178 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
180 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
193 template <
typename LastModifiedByT = Aws::String>
195 m_lastModifiedByHasBeenSet =
true;
196 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
198 template <
typename LastModifiedByT = Aws::String>
213 m_sourceHasBeenSet =
true;
229 template <
typename PathOptionsT = PathOptions>
231 m_pathOptionsHasBeenSet =
true;
232 m_pathOptions = std::forward<PathOptionsT>(value);
234 template <
typename PathOptionsT = PathOptions>
247 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
249 m_tagsHasBeenSet =
true;
250 m_tags = std::forward<TagsT>(value);
252 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
254 SetTags(std::forward<TagsT>(value));
257 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
259 m_tagsHasBeenSet =
true;
260 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
271 template <
typename ResourceArnT = Aws::String>
273 m_resourceArnHasBeenSet =
true;
274 m_resourceArn = std::forward<ResourceArnT>(value);
276 template <
typename ResourceArnT = Aws::String>
293 FormatOptions m_formatOptions;
303 PathOptions m_pathOptions;
308 bool m_accountIdHasBeenSet =
false;
309 bool m_createdByHasBeenSet =
false;
310 bool m_createDateHasBeenSet =
false;
311 bool m_nameHasBeenSet =
false;
312 bool m_formatHasBeenSet =
false;
313 bool m_formatOptionsHasBeenSet =
false;
314 bool m_inputHasBeenSet =
false;
315 bool m_lastModifiedDateHasBeenSet =
false;
316 bool m_lastModifiedByHasBeenSet =
false;
317 bool m_sourceHasBeenSet =
false;
318 bool m_pathOptionsHasBeenSet =
false;
319 bool m_tagsHasBeenSet =
false;
320 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