7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/databrew/model/Rule.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template<
typename NameT = Aws::String>
45 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
46 template<
typename NameT = Aws::String>
55 template<
typename DescriptionT = Aws::String>
56 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
57 template<
typename DescriptionT = Aws::String>
67 template<
typename TargetArnT = Aws::String>
68 void SetTargetArn(TargetArnT&& value) { m_targetArnHasBeenSet =
true; m_targetArn = std::forward<TargetArnT>(value); }
69 template<
typename TargetArnT = Aws::String>
79 template<
typename RulesT = Aws::Vector<Rule>>
80 void SetRules(RulesT&& value) { m_rulesHasBeenSet =
true; m_rules = std::forward<RulesT>(value); }
81 template<
typename RulesT = Aws::Vector<Rule>>
83 template<
typename RulesT = Rule>
92 template<
typename CreateDateT = Aws::Utils::DateTime>
93 void SetCreateDate(CreateDateT&& value) { m_createDateHasBeenSet =
true; m_createDate = std::forward<CreateDateT>(value); }
94 template<
typename CreateDateT = Aws::Utils::DateTime>
103 template<
typename CreatedByT = Aws::String>
104 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
105 template<
typename CreatedByT = Aws::String>
114 template<
typename LastModifiedByT = Aws::String>
115 void SetLastModifiedBy(LastModifiedByT&& value) { m_lastModifiedByHasBeenSet =
true; m_lastModifiedBy = std::forward<LastModifiedByT>(value); }
116 template<
typename LastModifiedByT = Aws::String>
125 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
126 void SetLastModifiedDate(LastModifiedDateT&& value) { m_lastModifiedDateHasBeenSet =
true; m_lastModifiedDate = std::forward<LastModifiedDateT>(value); }
127 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
136 template<
typename ResourceArnT = Aws::String>
137 void SetResourceArn(ResourceArnT&& value) { m_resourceArnHasBeenSet =
true; m_resourceArn = std::forward<ResourceArnT>(value); }
138 template<
typename ResourceArnT = Aws::String>
147 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
148 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
149 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
151 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
153 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
160 template<
typename RequestIdT = Aws::String>
161 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
162 template<
typename RequestIdT = Aws::String>
168 bool m_nameHasBeenSet =
false;
171 bool m_descriptionHasBeenSet =
false;
174 bool m_targetArnHasBeenSet =
false;
177 bool m_rulesHasBeenSet =
false;
180 bool m_createDateHasBeenSet =
false;
183 bool m_createdByHasBeenSet =
false;
186 bool m_lastModifiedByHasBeenSet =
false;
189 bool m_lastModifiedDateHasBeenSet =
false;
192 bool m_resourceArnHasBeenSet =
false;
195 bool m_tagsHasBeenSet =
false;
198 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