7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/elasticache/ElastiCacheRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/elasticache/model/Tag.h>
53 template<
typename CacheSubnetGroupNameT = Aws::String>
54 void SetCacheSubnetGroupName(CacheSubnetGroupNameT&& value) { m_cacheSubnetGroupNameHasBeenSet =
true; m_cacheSubnetGroupName = std::forward<CacheSubnetGroupNameT>(value); }
55 template<
typename CacheSubnetGroupNameT = Aws::String>
65 template<
typename CacheSubnetGroupDescriptionT = Aws::String>
66 void SetCacheSubnetGroupDescription(CacheSubnetGroupDescriptionT&& value) { m_cacheSubnetGroupDescriptionHasBeenSet =
true; m_cacheSubnetGroupDescription = std::forward<CacheSubnetGroupDescriptionT>(value); }
67 template<
typename CacheSubnetGroupDescriptionT = Aws::String>
77 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
78 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
79 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
81 template<
typename SubnetIdsT = Aws::String>
92 template<
typename TagsT = Aws::Vector<Tag>>
93 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
94 template<
typename TagsT = Aws::Vector<Tag>>
96 template<
typename TagsT = Tag>
102 bool m_cacheSubnetGroupNameHasBeenSet =
false;
105 bool m_cacheSubnetGroupDescriptionHasBeenSet =
false;
108 bool m_subnetIdsHasBeenSet =
false;
111 bool m_tagsHasBeenSet =
false;
AWS_ELASTICACHE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetSubnetIds(SubnetIdsT &&value)
bool CacheSubnetGroupDescriptionHasBeenSet() const
CreateCacheSubnetGroupRequest & WithCacheSubnetGroupName(CacheSubnetGroupNameT &&value)
CreateCacheSubnetGroupRequest & AddSubnetIds(SubnetIdsT &&value)
const Aws::String & GetCacheSubnetGroupDescription() const
CreateCacheSubnetGroupRequest & WithTags(TagsT &&value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
void SetCacheSubnetGroupDescription(CacheSubnetGroupDescriptionT &&value)
AWS_ELASTICACHE_API Aws::String SerializePayload() const override
bool SubnetIdsHasBeenSet() const
void SetTags(TagsT &&value)
CreateCacheSubnetGroupRequest & AddTags(TagsT &&value)
CreateCacheSubnetGroupRequest & WithCacheSubnetGroupDescription(CacheSubnetGroupDescriptionT &&value)
CreateCacheSubnetGroupRequest & WithSubnetIds(SubnetIdsT &&value)
AWS_ELASTICACHE_API CreateCacheSubnetGroupRequest()=default
bool CacheSubnetGroupNameHasBeenSet() const
const Aws::String & GetCacheSubnetGroupName() const
virtual const char * GetServiceRequestName() const override
void SetCacheSubnetGroupName(CacheSubnetGroupNameT &&value)
const Aws::Vector< Tag > & GetTags() const
bool TagsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector