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>
52 template<
typename CacheSubnetGroupNameT = Aws::String>
53 void SetCacheSubnetGroupName(CacheSubnetGroupNameT&& value) { m_cacheSubnetGroupNameHasBeenSet =
true; m_cacheSubnetGroupName = std::forward<CacheSubnetGroupNameT>(value); }
54 template<
typename CacheSubnetGroupNameT = Aws::String>
64 template<
typename CacheSubnetGroupDescriptionT = Aws::String>
65 void SetCacheSubnetGroupDescription(CacheSubnetGroupDescriptionT&& value) { m_cacheSubnetGroupDescriptionHasBeenSet =
true; m_cacheSubnetGroupDescription = std::forward<CacheSubnetGroupDescriptionT>(value); }
66 template<
typename CacheSubnetGroupDescriptionT = Aws::String>
76 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
77 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
78 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
80 template<
typename SubnetIdsT = Aws::String>
86 bool m_cacheSubnetGroupNameHasBeenSet =
false;
89 bool m_cacheSubnetGroupDescriptionHasBeenSet =
false;
92 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