7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
48 template<
typename AccountIdT = Aws::String>
49 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
50 template<
typename AccountIdT = Aws::String>
60 template<
typename CreatedByT = Aws::String>
61 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
62 template<
typename CreatedByT = Aws::String>
72 template<
typename CreateDateT = Aws::Utils::DateTime>
73 void SetCreateDate(CreateDateT&& value) { m_createDateHasBeenSet =
true; m_createDate = std::forward<CreateDateT>(value); }
74 template<
typename CreateDateT = Aws::Utils::DateTime>
84 template<
typename DescriptionT = Aws::String>
85 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
86 template<
typename DescriptionT = Aws::String>
96 template<
typename LastModifiedByT = Aws::String>
97 void SetLastModifiedBy(LastModifiedByT&& value) { m_lastModifiedByHasBeenSet =
true; m_lastModifiedBy = std::forward<LastModifiedByT>(value); }
98 template<
typename LastModifiedByT = Aws::String>
108 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
109 void SetLastModifiedDate(LastModifiedDateT&& value) { m_lastModifiedDateHasBeenSet =
true; m_lastModifiedDate = std::forward<LastModifiedDateT>(value); }
110 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
120 template<
typename NameT = Aws::String>
121 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
122 template<
typename NameT = Aws::String>
132 template<
typename ResourceArnT = Aws::String>
133 void SetResourceArn(ResourceArnT&& value) { m_resourceArnHasBeenSet =
true; m_resourceArn = std::forward<ResourceArnT>(value); }
134 template<
typename ResourceArnT = Aws::String>
144 inline void SetRuleCount(
int value) { m_ruleCountHasBeenSet =
true; m_ruleCount = value; }
154 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
155 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
156 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
158 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
160 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
171 template<
typename TargetArnT = Aws::String>
172 void SetTargetArn(TargetArnT&& value) { m_targetArnHasBeenSet =
true; m_targetArn = std::forward<TargetArnT>(value); }
173 template<
typename TargetArnT = Aws::String>
179 bool m_accountIdHasBeenSet =
false;
182 bool m_createdByHasBeenSet =
false;
185 bool m_createDateHasBeenSet =
false;
188 bool m_descriptionHasBeenSet =
false;
191 bool m_lastModifiedByHasBeenSet =
false;
194 bool m_lastModifiedDateHasBeenSet =
false;
197 bool m_nameHasBeenSet =
false;
200 bool m_resourceArnHasBeenSet =
false;
203 bool m_ruleCountHasBeenSet =
false;
206 bool m_tagsHasBeenSet =
false;
209 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