7#include <aws/rbin/RecycleBin_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/rbin/model/RetentionPeriod.h>
10#include <aws/rbin/model/LockState.h>
50 inline void SetIdentifier(
const char* value) { m_identifierHasBeenSet =
true; m_identifier.assign(value); }
64 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
113 inline void SetRuleArn(
const char* value) { m_ruleArnHasBeenSet =
true; m_ruleArn.assign(value); }
121 bool m_identifierHasBeenSet =
false;
124 bool m_descriptionHasBeenSet =
false;
127 bool m_retentionPeriodHasBeenSet =
false;
130 bool m_lockStateHasBeenSet =
false;
133 bool m_ruleArnHasBeenSet =
false;
bool LockStateHasBeenSet() const
RuleSummary & WithIdentifier(Aws::String &&value)
AWS_RECYCLEBIN_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetRuleArn() const
RuleSummary & WithRuleArn(const Aws::String &value)
RuleSummary & WithIdentifier(const Aws::String &value)
const Aws::String & GetIdentifier() const
void SetDescription(const char *value)
const Aws::String & GetDescription() const
RuleSummary & WithRetentionPeriod(const RetentionPeriod &value)
bool IdentifierHasBeenSet() const
AWS_RECYCLEBIN_API RuleSummary(Aws::Utils::Json::JsonView jsonValue)
void SetRetentionPeriod(const RetentionPeriod &value)
bool RuleArnHasBeenSet() const
const RetentionPeriod & GetRetentionPeriod() const
void SetRetentionPeriod(RetentionPeriod &&value)
RuleSummary & WithRuleArn(Aws::String &&value)
AWS_RECYCLEBIN_API RuleSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
RuleSummary & WithRetentionPeriod(RetentionPeriod &&value)
bool DescriptionHasBeenSet() const
RuleSummary & WithDescription(Aws::String &&value)
void SetLockState(const LockState &value)
bool RetentionPeriodHasBeenSet() const
void SetRuleArn(Aws::String &&value)
void SetIdentifier(const char *value)
RuleSummary & WithDescription(const char *value)
RuleSummary & WithIdentifier(const char *value)
void SetIdentifier(Aws::String &&value)
void SetDescription(const Aws::String &value)
void SetLockState(LockState &&value)
const LockState & GetLockState() const
void SetIdentifier(const Aws::String &value)
RuleSummary & WithLockState(LockState &&value)
AWS_RECYCLEBIN_API RuleSummary()
void SetRuleArn(const char *value)
RuleSummary & WithDescription(const Aws::String &value)
RuleSummary & WithRuleArn(const char *value)
void SetRuleArn(const Aws::String &value)
RuleSummary & WithLockState(const LockState &value)
void SetDescription(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue