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>
55 inline void SetCacheSubnetGroupName(
const char* value) { m_cacheSubnetGroupNameHasBeenSet =
true; m_cacheSubnetGroupName.assign(value); }
69 inline void SetCacheSubnetGroupDescription(
const char* value) { m_cacheSubnetGroupDescriptionHasBeenSet =
true; m_cacheSubnetGroupDescription.assign(value); }
107 bool m_cacheSubnetGroupNameHasBeenSet =
false;
110 bool m_cacheSubnetGroupDescriptionHasBeenSet =
false;
113 bool m_subnetIdsHasBeenSet =
false;
116 bool m_tagsHasBeenSet =
false;
CreateCacheSubnetGroupRequest & WithCacheSubnetGroupDescription(const Aws::String &value)
AWS_ELASTICACHE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
CreateCacheSubnetGroupRequest & WithCacheSubnetGroupName(Aws::String &&value)
AWS_ELASTICACHE_API CreateCacheSubnetGroupRequest()
CreateCacheSubnetGroupRequest & WithSubnetIds(Aws::Vector< Aws::String > &&value)
bool CacheSubnetGroupDescriptionHasBeenSet() const
void SetCacheSubnetGroupDescription(const char *value)
CreateCacheSubnetGroupRequest & AddTags(const Tag &value)
void SetCacheSubnetGroupName(const Aws::String &value)
void SetSubnetIds(Aws::Vector< Aws::String > &&value)
void SetCacheSubnetGroupName(const char *value)
const Aws::String & GetCacheSubnetGroupDescription() const
CreateCacheSubnetGroupRequest & AddSubnetIds(Aws::String &&value)
void SetCacheSubnetGroupDescription(Aws::String &&value)
CreateCacheSubnetGroupRequest & AddTags(Tag &&value)
CreateCacheSubnetGroupRequest & AddSubnetIds(const Aws::String &value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
void SetCacheSubnetGroupName(Aws::String &&value)
CreateCacheSubnetGroupRequest & WithTags(Aws::Vector< Tag > &&value)
CreateCacheSubnetGroupRequest & WithSubnetIds(const Aws::Vector< Aws::String > &value)
CreateCacheSubnetGroupRequest & WithCacheSubnetGroupName(const char *value)
AWS_ELASTICACHE_API Aws::String SerializePayload() const override
CreateCacheSubnetGroupRequest & AddSubnetIds(const char *value)
bool SubnetIdsHasBeenSet() const
void SetSubnetIds(const Aws::Vector< Aws::String > &value)
void SetTags(Aws::Vector< Tag > &&value)
void SetCacheSubnetGroupDescription(const Aws::String &value)
CreateCacheSubnetGroupRequest & WithTags(const Aws::Vector< Tag > &value)
CreateCacheSubnetGroupRequest & WithCacheSubnetGroupDescription(const char *value)
bool CacheSubnetGroupNameHasBeenSet() const
CreateCacheSubnetGroupRequest & WithCacheSubnetGroupName(const Aws::String &value)
const Aws::String & GetCacheSubnetGroupName() const
CreateCacheSubnetGroupRequest & WithCacheSubnetGroupDescription(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetTags(const Aws::Vector< Tag > &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