7#include <aws/dax/DAX_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/dax/model/SubnetGroup.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename NextTokenT = Aws::String>
43 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
44 template<
typename NextTokenT = Aws::String>
54 template<
typename SubnetGroupsT = Aws::Vector<SubnetGroup>>
55 void SetSubnetGroups(SubnetGroupsT&& value) { m_subnetGroupsHasBeenSet =
true; m_subnetGroups = std::forward<SubnetGroupsT>(value); }
56 template<
typename SubnetGroupsT = Aws::Vector<SubnetGroup>>
58 template<
typename SubnetGroupsT = SubnetGroup>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
73 bool m_nextTokenHasBeenSet =
false;
76 bool m_subnetGroupsHasBeenSet =
false;
79 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