7#include <aws/rbin/RecycleBin_EXPORTS.h>
8#include <aws/rbin/RecycleBinRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/rbin/model/RetentionPeriod.h>
11#include <aws/rbin/model/ResourceType.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/rbin/model/ResourceTag.h>
47 inline void SetIdentifier(
const char* value) { m_identifierHasBeenSet =
true; m_identifier.assign(value); }
74 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
119 bool m_identifierHasBeenSet =
false;
122 bool m_retentionPeriodHasBeenSet =
false;
125 bool m_descriptionHasBeenSet =
false;
128 bool m_resourceTypeHasBeenSet =
false;
131 bool m_resourceTagsHasBeenSet =
false;
const ResourceType & GetResourceType() const
void SetIdentifier(const Aws::String &value)
void SetResourceType(const ResourceType &value)
UpdateRuleRequest & WithResourceType(ResourceType &&value)
UpdateRuleRequest & AddResourceTags(ResourceTag &&value)
void SetRetentionPeriod(const RetentionPeriod &value)
UpdateRuleRequest & WithIdentifier(const char *value)
UpdateRuleRequest & WithDescription(Aws::String &&value)
UpdateRuleRequest & WithResourceTags(const Aws::Vector< ResourceTag > &value)
UpdateRuleRequest & WithResourceType(const ResourceType &value)
AWS_RECYCLEBIN_API UpdateRuleRequest()
UpdateRuleRequest & AddResourceTags(const ResourceTag &value)
bool ResourceTagsHasBeenSet() const
UpdateRuleRequest & WithRetentionPeriod(RetentionPeriod &&value)
void SetDescription(const Aws::String &value)
const RetentionPeriod & GetRetentionPeriod() const
const Aws::String & GetIdentifier() const
void SetIdentifier(Aws::String &&value)
void SetResourceTags(const Aws::Vector< ResourceTag > &value)
AWS_RECYCLEBIN_API Aws::String SerializePayload() const override
UpdateRuleRequest & WithIdentifier(const Aws::String &value)
UpdateRuleRequest & WithIdentifier(Aws::String &&value)
void SetDescription(const char *value)
bool RetentionPeriodHasBeenSet() const
const Aws::String & GetDescription() const
void SetResourceType(ResourceType &&value)
virtual const char * GetServiceRequestName() const override
void SetDescription(Aws::String &&value)
UpdateRuleRequest & WithDescription(const char *value)
bool DescriptionHasBeenSet() const
void SetIdentifier(const char *value)
const Aws::Vector< ResourceTag > & GetResourceTags() const
void SetResourceTags(Aws::Vector< ResourceTag > &&value)
UpdateRuleRequest & WithRetentionPeriod(const RetentionPeriod &value)
UpdateRuleRequest & WithDescription(const Aws::String &value)
bool IdentifierHasBeenSet() const
UpdateRuleRequest & WithResourceTags(Aws::Vector< ResourceTag > &&value)
void SetRetentionPeriod(RetentionPeriod &&value)
bool ResourceTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector