7#include <aws/dlm/DLM_EXPORTS.h>
8#include <aws/dlm/DLMRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/dlm/model/GettablePolicyStateValues.h>
11#include <aws/dlm/model/DefaultPoliciesTypeValues.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/dlm/model/ResourceTypeValues.h>
137 bool m_policyIdsHasBeenSet =
false;
140 bool m_stateHasBeenSet =
false;
143 bool m_resourceTypesHasBeenSet =
false;
146 bool m_targetTagsHasBeenSet =
false;
149 bool m_tagsToAddHasBeenSet =
false;
152 bool m_defaultPolicyTypeHasBeenSet =
false;
void SetState(GettablePolicyStateValues &&value)
const DefaultPoliciesTypeValues & GetDefaultPolicyType() const
GetLifecyclePoliciesRequest & WithState(const GettablePolicyStateValues &value)
AWS_DLM_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::Vector< Aws::String > & GetTargetTags() const
GetLifecyclePoliciesRequest & WithDefaultPolicyType(const DefaultPoliciesTypeValues &value)
GetLifecyclePoliciesRequest & WithTagsToAdd(const Aws::Vector< Aws::String > &value)
bool PolicyIdsHasBeenSet() const
bool ResourceTypesHasBeenSet() const
void SetTagsToAdd(const Aws::Vector< Aws::String > &value)
GetLifecyclePoliciesRequest & WithResourceTypes(const Aws::Vector< ResourceTypeValues > &value)
bool DefaultPolicyTypeHasBeenSet() const
GetLifecyclePoliciesRequest & WithPolicyIds(const Aws::Vector< Aws::String > &value)
GetLifecyclePoliciesRequest & WithResourceTypes(Aws::Vector< ResourceTypeValues > &&value)
GetLifecyclePoliciesRequest & AddPolicyIds(Aws::String &&value)
bool TagsToAddHasBeenSet() const
void SetTargetTags(const Aws::Vector< Aws::String > &value)
GetLifecyclePoliciesRequest & AddTagsToAdd(const char *value)
AWS_DLM_API Aws::String SerializePayload() const override
void SetResourceTypes(Aws::Vector< ResourceTypeValues > &&value)
void SetDefaultPolicyType(const DefaultPoliciesTypeValues &value)
GetLifecyclePoliciesRequest & AddTargetTags(const Aws::String &value)
void SetTargetTags(Aws::Vector< Aws::String > &&value)
GetLifecyclePoliciesRequest & AddTagsToAdd(Aws::String &&value)
GetLifecyclePoliciesRequest & AddResourceTypes(const ResourceTypeValues &value)
GetLifecyclePoliciesRequest & AddPolicyIds(const Aws::String &value)
GetLifecyclePoliciesRequest & WithPolicyIds(Aws::Vector< Aws::String > &&value)
GetLifecyclePoliciesRequest & AddPolicyIds(const char *value)
void SetDefaultPolicyType(DefaultPoliciesTypeValues &&value)
GetLifecyclePoliciesRequest & WithTargetTags(Aws::Vector< Aws::String > &&value)
GetLifecyclePoliciesRequest & WithTagsToAdd(Aws::Vector< Aws::String > &&value)
void SetState(const GettablePolicyStateValues &value)
void SetPolicyIds(const Aws::Vector< Aws::String > &value)
bool StateHasBeenSet() const
GetLifecyclePoliciesRequest & AddTargetTags(Aws::String &&value)
GetLifecyclePoliciesRequest & WithTargetTags(const Aws::Vector< Aws::String > &value)
void SetResourceTypes(const Aws::Vector< ResourceTypeValues > &value)
AWS_DLM_API GetLifecyclePoliciesRequest()
GetLifecyclePoliciesRequest & AddTargetTags(const char *value)
void SetTagsToAdd(Aws::Vector< Aws::String > &&value)
virtual const char * GetServiceRequestName() const override
GetLifecyclePoliciesRequest & WithDefaultPolicyType(DefaultPoliciesTypeValues &&value)
void SetPolicyIds(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetPolicyIds() const
bool TargetTagsHasBeenSet() const
const Aws::Vector< Aws::String > & GetTagsToAdd() const
GetLifecyclePoliciesRequest & AddTagsToAdd(const Aws::String &value)
const GettablePolicyStateValues & GetState() const
const Aws::Vector< ResourceTypeValues > & GetResourceTypes() const
GetLifecyclePoliciesRequest & WithState(GettablePolicyStateValues &&value)
GetLifecyclePoliciesRequest & AddResourceTypes(ResourceTypeValues &&value)
DefaultPoliciesTypeValues
GettablePolicyStateValues
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector