48 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
49 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
69 inline void SetCacheSubnetGroupName(
const char* value) { m_cacheSubnetGroupNameHasBeenSet =
true; m_cacheSubnetGroupName.assign(value); }
143 inline void SetVpcId(
const char* value) { m_vpcIdHasBeenSet =
true; m_vpcId.assign(value); }
200 bool m_cacheSubnetGroupNameHasBeenSet;
202 bool m_cacheSubnetGroupDescriptionHasBeenSet;
204 bool m_vpcIdHasBeenSet;
206 bool m_subnetsHasBeenSet;
const Aws::Vector< Subnet > & GetSubnets() const
void SetVpcId(const char *value)
CacheSubnetGroup & WithCacheSubnetGroupDescription(Aws::String &&value)
void SetCacheSubnetGroupDescription(const char *value)
CacheSubnetGroup & WithVpcId(Aws::String &&value)
CacheSubnetGroup & WithVpcId(const char *value)
CacheSubnetGroup & WithSubnets(const Aws::Vector< Subnet > &value)
std::vector< T, Aws::Allocator< T > > Vector
void SetCacheSubnetGroupName(const Aws::String &value)
void SetCacheSubnetGroupName(const char *value)
const Aws::String & GetCacheSubnetGroupName() const
void SetVpcId(Aws::String &&value)
void SetSubnets(const Aws::Vector< Subnet > &value)
void SetSubnets(Aws::Vector< Subnet > &&value)
CacheSubnetGroup & AddSubnets(Subnet &&value)
CacheSubnetGroup & WithSubnets(Aws::Vector< Subnet > &&value)
CacheSubnetGroup & WithCacheSubnetGroupName(Aws::String &&value)
const Aws::String & GetCacheSubnetGroupDescription() const
std::basic_ostream< char, std::char_traits< char > > OStream
CacheSubnetGroup & WithCacheSubnetGroupDescription(const char *value)
CacheSubnetGroup & WithCacheSubnetGroupDescription(const Aws::String &value)
CacheSubnetGroup & AddSubnets(const Subnet &value)
void SetCacheSubnetGroupName(Aws::String &&value)
void SetCacheSubnetGroupDescription(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
#define AWS_ELASTICACHE_API
CacheSubnetGroup & WithCacheSubnetGroupName(const char *value)
void SetVpcId(const Aws::String &value)
CacheSubnetGroup & WithCacheSubnetGroupName(const Aws::String &value)
CacheSubnetGroup & WithVpcId(const Aws::String &value)
void SetCacheSubnetGroupDescription(const Aws::String &value)
const Aws::String & GetVpcId() const
JSON (JavaScript Object Notation).