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>
48 template<
typename IdentifierT = Aws::String>
49 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
50 template<
typename IdentifierT = Aws::String>
60 template<
typename DescriptionT = Aws::String>
61 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
62 template<
typename DescriptionT = Aws::String>
73 template<
typename RetentionPeriodT = RetentionPeriod>
74 void SetRetentionPeriod(RetentionPeriodT&& value) { m_retentionPeriodHasBeenSet =
true; m_retentionPeriod = std::forward<RetentionPeriodT>(value); }
75 template<
typename RetentionPeriodT = RetentionPeriod>
105 template<
typename RuleArnT = Aws::String>
106 void SetRuleArn(RuleArnT&& value) { m_ruleArnHasBeenSet =
true; m_ruleArn = std::forward<RuleArnT>(value); }
107 template<
typename RuleArnT = Aws::String>
113 bool m_identifierHasBeenSet =
false;
116 bool m_descriptionHasBeenSet =
false;
119 bool m_retentionPeriodHasBeenSet =
false;
122 bool m_lockStateHasBeenSet =
false;
125 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