7#include <aws/dax/DAX_EXPORTS.h>
8#include <aws/dax/DAXRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename SubnetGroupNamesT = Aws::Vector<Aws::String>>
45 void SetSubnetGroupNames(SubnetGroupNamesT&& value) { m_subnetGroupNamesHasBeenSet =
true; m_subnetGroupNames = std::forward<SubnetGroupNamesT>(value); }
46 template<
typename SubnetGroupNamesT = Aws::Vector<Aws::String>>
48 template<
typename SubnetGroupNamesT = Aws::String>
61 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
74 template<
typename NextTokenT = Aws::String>
75 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
76 template<
typename NextTokenT = Aws::String>
82 bool m_subnetGroupNamesHasBeenSet =
false;
85 bool m_maxResultsHasBeenSet =
false;
88 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