7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/dax/DAX_EXPORTS.h>
10#include <aws/dax/model/SubnetGroup.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename NextTokenT = Aws::String>
38 m_nextTokenHasBeenSet =
true;
39 m_nextToken = std::forward<NextTokenT>(value);
41 template <
typename NextTokenT = Aws::String>
54 template <
typename SubnetGroupsT = Aws::Vector<SubnetGroup>>
56 m_subnetGroupsHasBeenSet =
true;
57 m_subnetGroups = std::forward<SubnetGroupsT>(value);
59 template <
typename SubnetGroupsT = Aws::Vector<SubnetGroup>>
64 template <
typename SubnetGroupsT = SubnetGroup>
66 m_subnetGroupsHasBeenSet =
true;
67 m_subnetGroups.emplace_back(std::forward<SubnetGroupsT>(value));
75 template <
typename RequestIdT = Aws::String>
77 m_requestIdHasBeenSet =
true;
78 m_requestId = std::forward<RequestIdT>(value);
80 template <
typename RequestIdT = Aws::String>
92 bool m_nextTokenHasBeenSet =
false;
93 bool m_subnetGroupsHasBeenSet =
false;
94 bool m_requestIdHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
const Aws::Vector< SubnetGroup > & GetSubnetGroups() const
AWS_DAX_API DescribeSubnetGroupsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DAX_API DescribeSubnetGroupsResult()=default
const Aws::String & GetNextToken() const
void SetSubnetGroups(SubnetGroupsT &&value)
DescribeSubnetGroupsResult & WithNextToken(NextTokenT &&value)
AWS_DAX_API DescribeSubnetGroupsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeSubnetGroupsResult & AddSubnetGroups(SubnetGroupsT &&value)
DescribeSubnetGroupsResult & WithRequestId(RequestIdT &&value)
DescribeSubnetGroupsResult & WithSubnetGroups(SubnetGroupsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue