7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/dax/DAXRequest.h>
10#include <aws/dax/DAX_EXPORTS.h>
40 template <
typename SubnetGroupNamesT = Aws::Vector<Aws::String>>
42 m_subnetGroupNamesHasBeenSet =
true;
43 m_subnetGroupNames = std::forward<SubnetGroupNamesT>(value);
45 template <
typename SubnetGroupNamesT = Aws::Vector<Aws::String>>
50 template <
typename SubnetGroupNamesT = Aws::String>
52 m_subnetGroupNamesHasBeenSet =
true;
53 m_subnetGroupNames.emplace_back(std::forward<SubnetGroupNamesT>(value));
68 m_maxResultsHasBeenSet =
true;
86 template <
typename NextTokenT = Aws::String>
88 m_nextTokenHasBeenSet =
true;
89 m_nextToken = std::forward<NextTokenT>(value);
91 template <
typename NextTokenT = Aws::String>
103 bool m_subnetGroupNamesHasBeenSet =
false;
104 bool m_maxResultsHasBeenSet =
false;
105 bool m_nextTokenHasBeenSet =
false;
void SetSubnetGroupNames(SubnetGroupNamesT &&value)
int GetMaxResults() const
bool MaxResultsHasBeenSet() const
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
AWS_DAX_API Aws::String SerializePayload() const override
void SetMaxResults(int value)
AWS_DAX_API DescribeSubnetGroupsRequest()=default
AWS_DAX_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Vector< Aws::String > & GetSubnetGroupNames() const
DescribeSubnetGroupsRequest & WithNextToken(NextTokenT &&value)
bool SubnetGroupNamesHasBeenSet() const
void SetNextToken(NextTokenT &&value)
DescribeSubnetGroupsRequest & AddSubnetGroupNames(SubnetGroupNamesT &&value)
virtual const char * GetServiceRequestName() const override
DescribeSubnetGroupsRequest & WithSubnetGroupNames(SubnetGroupNamesT &&value)
DescribeSubnetGroupsRequest & WithMaxResults(int 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