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/core/utils/memory/stl/AWSVector.h>
11#include <aws/databrew/GlueDataBrew_EXPORTS.h>
12#include <aws/databrew/model/Rule.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace GlueDataBrew {
38 template <
typename NameT = Aws::String>
40 m_nameHasBeenSet =
true;
41 m_name = std::forward<NameT>(value);
43 template <
typename NameT = Aws::String>
45 SetName(std::forward<NameT>(value));
55 template <
typename DescriptionT = Aws::String>
57 m_descriptionHasBeenSet =
true;
58 m_description = std::forward<DescriptionT>(value);
60 template <
typename DescriptionT = Aws::String>
73 template <
typename TargetArnT = Aws::String>
75 m_targetArnHasBeenSet =
true;
76 m_targetArn = std::forward<TargetArnT>(value);
78 template <
typename TargetArnT = Aws::String>
91 template <
typename RulesT = Aws::Vector<Rule>>
93 m_rulesHasBeenSet =
true;
94 m_rules = std::forward<RulesT>(value);
96 template <
typename RulesT = Aws::Vector<Rule>>
98 SetRules(std::forward<RulesT>(value));
101 template <
typename RulesT = Rule>
103 m_rulesHasBeenSet =
true;
104 m_rules.emplace_back(std::forward<RulesT>(value));
114 template <
typename CreateDateT = Aws::Utils::DateTime>
116 m_createDateHasBeenSet =
true;
117 m_createDate = std::forward<CreateDateT>(value);
119 template <
typename CreateDateT = Aws::Utils::DateTime>
131 template <
typename CreatedByT = Aws::String>
133 m_createdByHasBeenSet =
true;
134 m_createdBy = std::forward<CreatedByT>(value);
136 template <
typename CreatedByT = Aws::String>
148 template <
typename LastModifiedByT = Aws::String>
150 m_lastModifiedByHasBeenSet =
true;
151 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
153 template <
typename LastModifiedByT = Aws::String>
165 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
167 m_lastModifiedDateHasBeenSet =
true;
168 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
170 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
182 template <
typename ResourceArnT = Aws::String>
184 m_resourceArnHasBeenSet =
true;
185 m_resourceArn = std::forward<ResourceArnT>(value);
187 template <
typename ResourceArnT = Aws::String>
199 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
201 m_tagsHasBeenSet =
true;
202 m_tags = std::forward<TagsT>(value);
204 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
206 SetTags(std::forward<TagsT>(value));
209 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
211 m_tagsHasBeenSet =
true;
212 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
220 template <
typename RequestIdT = Aws::String>
222 m_requestIdHasBeenSet =
true;
223 m_requestId = std::forward<RequestIdT>(value);
225 template <
typename RequestIdT = Aws::String>
253 bool m_nameHasBeenSet =
false;
254 bool m_descriptionHasBeenSet =
false;
255 bool m_targetArnHasBeenSet =
false;
256 bool m_rulesHasBeenSet =
false;
257 bool m_createDateHasBeenSet =
false;
258 bool m_createdByHasBeenSet =
false;
259 bool m_lastModifiedByHasBeenSet =
false;
260 bool m_lastModifiedDateHasBeenSet =
false;
261 bool m_resourceArnHasBeenSet =
false;
262 bool m_tagsHasBeenSet =
false;
263 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
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