7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticache/ElastiCacheRequest.h>
10#include <aws/elasticache/ElastiCache_EXPORTS.h>
15namespace ElastiCache {
48 template <
typename CacheSubnetGroupNameT = Aws::String>
50 m_cacheSubnetGroupNameHasBeenSet =
true;
51 m_cacheSubnetGroupName = std::forward<CacheSubnetGroupNameT>(value);
53 template <
typename CacheSubnetGroupNameT = Aws::String>
66 template <
typename CacheSubnetGroupDescriptionT = Aws::String>
68 m_cacheSubnetGroupDescriptionHasBeenSet =
true;
69 m_cacheSubnetGroupDescription = std::forward<CacheSubnetGroupDescriptionT>(value);
71 template <
typename CacheSubnetGroupDescriptionT = Aws::String>
84 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
86 m_subnetIdsHasBeenSet =
true;
87 m_subnetIds = std::forward<SubnetIdsT>(value);
89 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
94 template <
typename SubnetIdsT = Aws::String>
96 m_subnetIdsHasBeenSet =
true;
97 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
107 bool m_cacheSubnetGroupNameHasBeenSet =
false;
108 bool m_cacheSubnetGroupDescriptionHasBeenSet =
false;
109 bool m_subnetIdsHasBeenSet =
false;
const Aws::String & GetCacheSubnetGroupDescription() const
AWS_ELASTICACHE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
ModifyCacheSubnetGroupRequest & WithCacheSubnetGroupName(CacheSubnetGroupNameT &&value)
bool CacheSubnetGroupDescriptionHasBeenSet() const
void SetCacheSubnetGroupName(CacheSubnetGroupNameT &&value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
ModifyCacheSubnetGroupRequest & WithSubnetIds(SubnetIdsT &&value)
bool SubnetIdsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
ModifyCacheSubnetGroupRequest & WithCacheSubnetGroupDescription(CacheSubnetGroupDescriptionT &&value)
ModifyCacheSubnetGroupRequest & AddSubnetIds(SubnetIdsT &&value)
void SetSubnetIds(SubnetIdsT &&value)
bool CacheSubnetGroupNameHasBeenSet() const
AWS_ELASTICACHE_API Aws::String SerializePayload() const override
const Aws::String & GetCacheSubnetGroupName() const
AWS_ELASTICACHE_API ModifyCacheSubnetGroupRequest()=default
void SetCacheSubnetGroupDescription(CacheSubnetGroupDescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector