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>
21namespace GlueDataBrew {
42 template <
typename AccountIdT = Aws::String>
44 m_accountIdHasBeenSet =
true;
45 m_accountId = std::forward<AccountIdT>(value);
47 template <
typename AccountIdT = Aws::String>
60 template <
typename CreatedByT = Aws::String>
62 m_createdByHasBeenSet =
true;
63 m_createdBy = std::forward<CreatedByT>(value);
65 template <
typename CreatedByT = Aws::String>
78 template <
typename CreateDateT = Aws::Utils::DateTime>
80 m_createDateHasBeenSet =
true;
81 m_createDate = std::forward<CreateDateT>(value);
83 template <
typename CreateDateT = Aws::Utils::DateTime>
96 template <
typename DescriptionT = Aws::String>
98 m_descriptionHasBeenSet =
true;
99 m_description = std::forward<DescriptionT>(value);
101 template <
typename DescriptionT = Aws::String>
114 template <
typename LastModifiedByT = Aws::String>
116 m_lastModifiedByHasBeenSet =
true;
117 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
119 template <
typename LastModifiedByT = Aws::String>
132 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
134 m_lastModifiedDateHasBeenSet =
true;
135 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
137 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
150 template <
typename NameT = Aws::String>
152 m_nameHasBeenSet =
true;
153 m_name = std::forward<NameT>(value);
155 template <
typename NameT = Aws::String>
157 SetName(std::forward<NameT>(value));
168 template <
typename ResourceArnT = Aws::String>
170 m_resourceArnHasBeenSet =
true;
171 m_resourceArn = std::forward<ResourceArnT>(value);
173 template <
typename ResourceArnT = Aws::String>
187 m_ruleCountHasBeenSet =
true;
202 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
204 m_tagsHasBeenSet =
true;
205 m_tags = std::forward<TagsT>(value);
207 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
209 SetTags(std::forward<TagsT>(value));
212 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
214 m_tagsHasBeenSet =
true;
215 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
227 template <
typename TargetArnT = Aws::String>
229 m_targetArnHasBeenSet =
true;
230 m_targetArn = std::forward<TargetArnT>(value);
232 template <
typename TargetArnT = Aws::String>
260 bool m_accountIdHasBeenSet =
false;
261 bool m_createdByHasBeenSet =
false;
262 bool m_createDateHasBeenSet =
false;
263 bool m_descriptionHasBeenSet =
false;
264 bool m_lastModifiedByHasBeenSet =
false;
265 bool m_lastModifiedDateHasBeenSet =
false;
266 bool m_nameHasBeenSet =
false;
267 bool m_resourceArnHasBeenSet =
false;
268 bool m_ruleCountHasBeenSet =
false;
269 bool m_tagsHasBeenSet =
false;
270 bool m_targetArnHasBeenSet =
false;
void SetAccountId(AccountIdT &&value)
const Aws::String & GetAccountId() const
AWS_GLUEDATABREW_API RulesetItem(Aws::Utils::Json::JsonView jsonValue)
RulesetItem & WithDescription(DescriptionT &&value)
bool LastModifiedDateHasBeenSet() const
const Aws::Utils::DateTime & GetCreateDate() const
RulesetItem & WithRuleCount(int value)
void SetTags(TagsT &&value)
AWS_GLUEDATABREW_API RulesetItem()=default
bool DescriptionHasBeenSet() const
bool NameHasBeenSet() const
void SetTargetArn(TargetArnT &&value)
RulesetItem & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool ResourceArnHasBeenSet() const
AWS_GLUEDATABREW_API RulesetItem & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCreatedBy() const
const Aws::String & GetResourceArn() const
const Aws::String & GetTargetArn() const
void SetResourceArn(ResourceArnT &&value)
void SetRuleCount(int value)
RulesetItem & WithCreateDate(CreateDateT &&value)
void SetLastModifiedBy(LastModifiedByT &&value)
RulesetItem & WithLastModifiedBy(LastModifiedByT &&value)
RulesetItem & WithAccountId(AccountIdT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetDescription(DescriptionT &&value)
void SetLastModifiedDate(LastModifiedDateT &&value)
void SetName(NameT &&value)
bool CreatedByHasBeenSet() const
RulesetItem & WithName(NameT &&value)
RulesetItem & WithTags(TagsT &&value)
bool CreateDateHasBeenSet() const
bool TagsHasBeenSet() const
bool RuleCountHasBeenSet() const
bool AccountIdHasBeenSet() const
RulesetItem & WithCreatedBy(CreatedByT &&value)
RulesetItem & WithTargetArn(TargetArnT &&value)
const Aws::String & GetLastModifiedBy() const
bool TargetArnHasBeenSet() const
RulesetItem & WithLastModifiedDate(LastModifiedDateT &&value)
RulesetItem & WithResourceArn(ResourceArnT &&value)
void SetCreateDate(CreateDateT &&value)
void SetCreatedBy(CreatedByT &&value)
bool LastModifiedByHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedDate() const
const Aws::String & GetName() const
AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDescription() 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
Aws::Utils::Json::JsonValue JsonValue