7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/databrew/GlueDataBrew_EXPORTS.h>
12#include <aws/databrew/model/FormatOptions.h>
13#include <aws/databrew/model/Input.h>
14#include <aws/databrew/model/InputFormat.h>
15#include <aws/databrew/model/PathOptions.h>
16#include <aws/databrew/model/Source.h>
21template <
typename RESULT_TYPE>
22class AmazonWebServiceResult;
29namespace GlueDataBrew {
42 template <
typename CreatedByT = Aws::String>
44 m_createdByHasBeenSet =
true;
45 m_createdBy = std::forward<CreatedByT>(value);
47 template <
typename CreatedByT = Aws::String>
59 template <
typename CreateDateT = Aws::Utils::DateTime>
61 m_createDateHasBeenSet =
true;
62 m_createDate = std::forward<CreateDateT>(value);
64 template <
typename CreateDateT = Aws::Utils::DateTime>
76 template <
typename NameT = Aws::String>
78 m_nameHasBeenSet =
true;
79 m_name = std::forward<NameT>(value);
81 template <
typename NameT = Aws::String>
83 SetName(std::forward<NameT>(value));
95 m_formatHasBeenSet =
true;
107 template <
typename FormatOptionsT = FormatOptions>
109 m_formatOptionsHasBeenSet =
true;
110 m_formatOptions = std::forward<FormatOptionsT>(value);
112 template <
typename FormatOptionsT = FormatOptions>
122 template <
typename InputT = Input>
124 m_inputHasBeenSet =
true;
125 m_input = std::forward<InputT>(value);
127 template <
typename InputT = Input>
129 SetInput(std::forward<InputT>(value));
139 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
141 m_lastModifiedDateHasBeenSet =
true;
142 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
144 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
156 template <
typename LastModifiedByT = Aws::String>
158 m_lastModifiedByHasBeenSet =
true;
159 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
161 template <
typename LastModifiedByT = Aws::String>
175 m_sourceHasBeenSet =
true;
190 template <
typename PathOptionsT = PathOptions>
192 m_pathOptionsHasBeenSet =
true;
193 m_pathOptions = std::forward<PathOptionsT>(value);
195 template <
typename PathOptionsT = PathOptions>
207 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
209 m_tagsHasBeenSet =
true;
210 m_tags = std::forward<TagsT>(value);
212 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
214 SetTags(std::forward<TagsT>(value));
217 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
219 m_tagsHasBeenSet =
true;
220 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
230 template <
typename ResourceArnT = Aws::String>
232 m_resourceArnHasBeenSet =
true;
233 m_resourceArn = std::forward<ResourceArnT>(value);
235 template <
typename ResourceArnT = Aws::String>
245 template <
typename RequestIdT = Aws::String>
247 m_requestIdHasBeenSet =
true;
248 m_requestId = std::forward<RequestIdT>(value);
250 template <
typename RequestIdT = Aws::String>
267 FormatOptions m_formatOptions;
277 PathOptions m_pathOptions;
285 bool m_createdByHasBeenSet =
false;
286 bool m_createDateHasBeenSet =
false;
287 bool m_nameHasBeenSet =
false;
288 bool m_formatHasBeenSet =
false;
289 bool m_formatOptionsHasBeenSet =
false;
290 bool m_inputHasBeenSet =
false;
291 bool m_lastModifiedDateHasBeenSet =
false;
292 bool m_lastModifiedByHasBeenSet =
false;
293 bool m_sourceHasBeenSet =
false;
294 bool m_pathOptionsHasBeenSet =
false;
295 bool m_tagsHasBeenSet =
false;
296 bool m_resourceArnHasBeenSet =
false;
297 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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