7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rbin/RecycleBin_EXPORTS.h>
9#include <aws/rbin/model/LockState.h>
10#include <aws/rbin/model/RetentionPeriod.h>
42 template <
typename IdentifierT = Aws::String>
44 m_identifierHasBeenSet =
true;
45 m_identifier = std::forward<IdentifierT>(value);
47 template <
typename IdentifierT = Aws::String>
60 template <
typename DescriptionT = Aws::String>
62 m_descriptionHasBeenSet =
true;
63 m_description = std::forward<DescriptionT>(value);
65 template <
typename DescriptionT = Aws::String>
79 template <
typename RetentionPeriodT = RetentionPeriod>
81 m_retentionPeriodHasBeenSet =
true;
82 m_retentionPeriod = std::forward<RetentionPeriodT>(value);
84 template <
typename RetentionPeriodT = RetentionPeriod>
108 m_lockStateHasBeenSet =
true;
123 template <
typename RuleArnT = Aws::String>
125 m_ruleArnHasBeenSet =
true;
126 m_ruleArn = std::forward<RuleArnT>(value);
128 template <
typename RuleArnT = Aws::String>
144 bool m_identifierHasBeenSet =
false;
145 bool m_descriptionHasBeenSet =
false;
146 bool m_retentionPeriodHasBeenSet =
false;
147 bool m_lockStateHasBeenSet =
false;
148 bool m_ruleArnHasBeenSet =
false;
bool LockStateHasBeenSet() const
AWS_RECYCLEBIN_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetRuleArn() const
const Aws::String & GetIdentifier() const
void SetRuleArn(RuleArnT &&value)
const Aws::String & GetDescription() const
bool IdentifierHasBeenSet() const
AWS_RECYCLEBIN_API RuleSummary(Aws::Utils::Json::JsonView jsonValue)
RuleSummary & WithLockState(LockState value)
bool RuleArnHasBeenSet() const
const RetentionPeriod & GetRetentionPeriod() const
RuleSummary & WithDescription(DescriptionT &&value)
AWS_RECYCLEBIN_API RuleSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
LockState GetLockState() const
void SetLockState(LockState value)
bool DescriptionHasBeenSet() const
RuleSummary & WithRetentionPeriod(RetentionPeriodT &&value)
bool RetentionPeriodHasBeenSet() const
RuleSummary & WithRuleArn(RuleArnT &&value)
AWS_RECYCLEBIN_API RuleSummary()=default
void SetIdentifier(IdentifierT &&value)
RuleSummary & WithIdentifier(IdentifierT &&value)
void SetDescription(DescriptionT &&value)
void SetRetentionPeriod(RetentionPeriodT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue