7#include <aws/dax/DAX_EXPORTS.h>
8#include <aws/dax/DAXRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
44 template<
typename SubnetGroupNameT = Aws::String>
45 void SetSubnetGroupName(SubnetGroupNameT&& value) { m_subnetGroupNameHasBeenSet =
true; m_subnetGroupName = std::forward<SubnetGroupNameT>(value); }
46 template<
typename SubnetGroupNameT = Aws::String>
56 template<
typename DescriptionT = Aws::String>
57 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
58 template<
typename DescriptionT = Aws::String>
68 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
69 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
70 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
72 template<
typename SubnetIdsT = Aws::String>
78 bool m_subnetGroupNameHasBeenSet =
false;
81 bool m_descriptionHasBeenSet =
false;
84 bool m_subnetIdsHasBeenSet =
false;
CreateSubnetGroupRequest & WithSubnetIds(SubnetIdsT &&value)
AWS_DAX_API Aws::String SerializePayload() const override
const Aws::String & GetSubnetGroupName() const
CreateSubnetGroupRequest & AddSubnetIds(SubnetIdsT &&value)
bool SubnetGroupNameHasBeenSet() const
AWS_DAX_API CreateSubnetGroupRequest()=default
AWS_DAX_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool SubnetIdsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetSubnetIds(SubnetIdsT &&value)
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
CreateSubnetGroupRequest & WithDescription(DescriptionT &&value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
void SetSubnetGroupName(SubnetGroupNameT &&value)
CreateSubnetGroupRequest & WithSubnetGroupName(SubnetGroupNameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector