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>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
28namespace GlueDataBrew {
41 template <
typename CreatedByT = Aws::String>
43 m_createdByHasBeenSet =
true;
44 m_createdBy = std::forward<CreatedByT>(value);
46 template <
typename CreatedByT = Aws::String>
58 template <
typename CreateDateT = Aws::Utils::DateTime>
60 m_createDateHasBeenSet =
true;
61 m_createDate = std::forward<CreateDateT>(value);
63 template <
typename CreateDateT = Aws::Utils::DateTime>
75 template <
typename NameT = Aws::String>
77 m_nameHasBeenSet =
true;
78 m_name = std::forward<NameT>(value);
80 template <
typename NameT = Aws::String>
82 SetName(std::forward<NameT>(value));
94 m_formatHasBeenSet =
true;
106 template <
typename FormatOptionsT = FormatOptions>
108 m_formatOptionsHasBeenSet =
true;
109 m_formatOptions = std::forward<FormatOptionsT>(value);
111 template <
typename FormatOptionsT = FormatOptions>
121 template <
typename InputT = Input>
123 m_inputHasBeenSet =
true;
124 m_input = std::forward<InputT>(value);
126 template <
typename InputT = Input>
128 SetInput(std::forward<InputT>(value));
138 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
140 m_lastModifiedDateHasBeenSet =
true;
141 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
143 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
155 template <
typename LastModifiedByT = Aws::String>
157 m_lastModifiedByHasBeenSet =
true;
158 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
160 template <
typename LastModifiedByT = Aws::String>
174 m_sourceHasBeenSet =
true;
189 template <
typename PathOptionsT = PathOptions>
191 m_pathOptionsHasBeenSet =
true;
192 m_pathOptions = std::forward<PathOptionsT>(value);
194 template <
typename PathOptionsT = PathOptions>
206 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
208 m_tagsHasBeenSet =
true;
209 m_tags = std::forward<TagsT>(value);
211 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
213 SetTags(std::forward<TagsT>(value));
216 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
218 m_tagsHasBeenSet =
true;
219 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
229 template <
typename ResourceArnT = Aws::String>
231 m_resourceArnHasBeenSet =
true;
232 m_resourceArn = std::forward<ResourceArnT>(value);
234 template <
typename ResourceArnT = Aws::String>
244 template <
typename RequestIdT = Aws::String>
246 m_requestIdHasBeenSet =
true;
247 m_requestId = std::forward<RequestIdT>(value);
249 template <
typename RequestIdT = Aws::String>
264 FormatOptions m_formatOptions;
274 PathOptions m_pathOptions;
281 bool m_createdByHasBeenSet =
false;
282 bool m_createDateHasBeenSet =
false;
283 bool m_nameHasBeenSet =
false;
284 bool m_formatHasBeenSet =
false;
285 bool m_formatOptionsHasBeenSet =
false;
286 bool m_inputHasBeenSet =
false;
287 bool m_lastModifiedDateHasBeenSet =
false;
288 bool m_lastModifiedByHasBeenSet =
false;
289 bool m_sourceHasBeenSet =
false;
290 bool m_pathOptionsHasBeenSet =
false;
291 bool m_tagsHasBeenSet =
false;
292 bool m_resourceArnHasBeenSet =
false;
293 bool m_requestIdHasBeenSet =
false;
DescribeDatasetResult & WithLastModifiedDate(LastModifiedDateT &&value)
void SetPathOptions(PathOptionsT &&value)
const Aws::String & GetCreatedBy() const
const Aws::Utils::DateTime & GetCreateDate() const
const PathOptions & GetPathOptions() const
DescribeDatasetResult & WithLastModifiedBy(LastModifiedByT &&value)
void SetResourceArn(ResourceArnT &&value)
void SetLastModifiedDate(LastModifiedDateT &&value)
void SetSource(Source value)
AWS_GLUEDATABREW_API DescribeDatasetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeDatasetResult & WithTags(TagsT &&value)
void SetCreatedBy(CreatedByT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
DescribeDatasetResult & WithRequestId(RequestIdT &&value)
AWS_GLUEDATABREW_API DescribeDatasetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeDatasetResult & WithFormat(InputFormat value)
DescribeDatasetResult & WithName(NameT &&value)
const Aws::Utils::DateTime & GetLastModifiedDate() const
DescribeDatasetResult & WithPathOptions(PathOptionsT &&value)
InputFormat GetFormat() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetResourceArn() const
void SetInput(InputT &&value)
DescribeDatasetResult & WithFormatOptions(FormatOptionsT &&value)
void SetTags(TagsT &&value)
DescribeDatasetResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetCreateDate(CreateDateT &&value)
DescribeDatasetResult & WithCreateDate(CreateDateT &&value)
const FormatOptions & GetFormatOptions() const
AWS_GLUEDATABREW_API DescribeDatasetResult()=default
void SetLastModifiedBy(LastModifiedByT &&value)
DescribeDatasetResult & WithSource(Source value)
void SetFormat(InputFormat value)
void SetName(NameT &&value)
const Aws::String & GetLastModifiedBy() const
DescribeDatasetResult & WithCreatedBy(CreatedByT &&value)
const Aws::String & GetName() const
void SetFormatOptions(FormatOptionsT &&value)
const Aws::String & GetRequestId() const
DescribeDatasetResult & WithResourceArn(ResourceArnT &&value)
const Input & GetInput() const
DescribeDatasetResult & WithInput(InputT &&value)
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