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/core/utils/memory/stl/AWSVector.h>
12#include <aws/databrew/GlueDataBrew_EXPORTS.h>
13#include <aws/databrew/model/Rule.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace GlueDataBrew {
39 template <
typename NameT = Aws::String>
41 m_nameHasBeenSet =
true;
42 m_name = std::forward<NameT>(value);
44 template <
typename NameT = Aws::String>
46 SetName(std::forward<NameT>(value));
56 template <
typename DescriptionT = Aws::String>
58 m_descriptionHasBeenSet =
true;
59 m_description = std::forward<DescriptionT>(value);
61 template <
typename DescriptionT = Aws::String>
74 template <
typename TargetArnT = Aws::String>
76 m_targetArnHasBeenSet =
true;
77 m_targetArn = std::forward<TargetArnT>(value);
79 template <
typename TargetArnT = Aws::String>
92 template <
typename RulesT = Aws::Vector<Rule>>
94 m_rulesHasBeenSet =
true;
95 m_rules = std::forward<RulesT>(value);
97 template <
typename RulesT = Aws::Vector<Rule>>
99 SetRules(std::forward<RulesT>(value));
102 template <
typename RulesT = Rule>
104 m_rulesHasBeenSet =
true;
105 m_rules.emplace_back(std::forward<RulesT>(value));
115 template <
typename CreateDateT = Aws::Utils::DateTime>
117 m_createDateHasBeenSet =
true;
118 m_createDate = std::forward<CreateDateT>(value);
120 template <
typename CreateDateT = Aws::Utils::DateTime>
132 template <
typename CreatedByT = Aws::String>
134 m_createdByHasBeenSet =
true;
135 m_createdBy = std::forward<CreatedByT>(value);
137 template <
typename CreatedByT = Aws::String>
149 template <
typename LastModifiedByT = Aws::String>
151 m_lastModifiedByHasBeenSet =
true;
152 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
154 template <
typename LastModifiedByT = Aws::String>
166 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
168 m_lastModifiedDateHasBeenSet =
true;
169 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
171 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
183 template <
typename ResourceArnT = Aws::String>
185 m_resourceArnHasBeenSet =
true;
186 m_resourceArn = std::forward<ResourceArnT>(value);
188 template <
typename ResourceArnT = Aws::String>
200 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
202 m_tagsHasBeenSet =
true;
203 m_tags = std::forward<TagsT>(value);
205 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
207 SetTags(std::forward<TagsT>(value));
210 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
212 m_tagsHasBeenSet =
true;
213 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
221 template <
typename RequestIdT = Aws::String>
223 m_requestIdHasBeenSet =
true;
224 m_requestId = std::forward<RequestIdT>(value);
226 template <
typename RequestIdT = Aws::String>
257 bool m_nameHasBeenSet =
false;
258 bool m_descriptionHasBeenSet =
false;
259 bool m_targetArnHasBeenSet =
false;
260 bool m_rulesHasBeenSet =
false;
261 bool m_createDateHasBeenSet =
false;
262 bool m_createdByHasBeenSet =
false;
263 bool m_lastModifiedByHasBeenSet =
false;
264 bool m_lastModifiedDateHasBeenSet =
false;
265 bool m_resourceArnHasBeenSet =
false;
266 bool m_tagsHasBeenSet =
false;
267 bool m_requestIdHasBeenSet =
false;
DescribeRulesetResult & WithLastModifiedBy(LastModifiedByT &&value)
DescribeRulesetResult & WithTargetArn(TargetArnT &&value)
void SetLastModifiedDate(LastModifiedDateT &&value)
DescribeRulesetResult & WithRequestId(RequestIdT &&value)
void SetCreateDate(CreateDateT &&value)
DescribeRulesetResult & WithName(NameT &&value)
void SetResourceArn(ResourceArnT &&value)
DescribeRulesetResult & WithCreateDate(CreateDateT &&value)
void SetRules(RulesT &&value)
void SetRequestId(RequestIdT &&value)
DescribeRulesetResult & WithTags(TagsT &&value)
DescribeRulesetResult & WithCreatedBy(CreatedByT &&value)
void SetTags(TagsT &&value)
void SetTargetArn(TargetArnT &&value)
DescribeRulesetResult & AddRules(RulesT &&value)
const Aws::Utils::DateTime & GetCreateDate() const
AWS_GLUEDATABREW_API DescribeRulesetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeRulesetResult & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetName() const
DescribeRulesetResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetResourceArn() const
DescribeRulesetResult & WithRules(RulesT &&value)
const Aws::Utils::DateTime & GetLastModifiedDate() const
AWS_GLUEDATABREW_API DescribeRulesetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetDescription() const
const Aws::String & GetRequestId() const
AWS_GLUEDATABREW_API DescribeRulesetResult()=default
void SetName(NameT &&value)
DescribeRulesetResult & WithLastModifiedDate(LastModifiedDateT &&value)
void SetLastModifiedBy(LastModifiedByT &&value)
void SetCreatedBy(CreatedByT &&value)
DescribeRulesetResult & WithResourceArn(ResourceArnT &&value)
const Aws::String & GetLastModifiedBy() const
const Aws::String & GetCreatedBy() const
const Aws::String & GetTargetArn() const
const Aws::Vector< Rule > & GetRules() const
Aws::Http::HttpResponseCode GetHttpResponseCode() 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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue