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/ParameterGroup.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 ParameterGroupsT = Aws::Vector<ParameterGroup>>
56 m_parameterGroupsHasBeenSet =
true;
57 m_parameterGroups = std::forward<ParameterGroupsT>(value);
59 template <
typename ParameterGroupsT = Aws::Vector<ParameterGroup>>
64 template <
typename ParameterGroupsT = ParameterGroup>
66 m_parameterGroupsHasBeenSet =
true;
67 m_parameterGroups.emplace_back(std::forward<ParameterGroupsT>(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_parameterGroupsHasBeenSet =
false;
94 bool m_requestIdHasBeenSet =
false;
AWS_DAX_API DescribeParameterGroupsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
DescribeParameterGroupsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
AWS_DAX_API DescribeParameterGroupsResult()=default
void SetParameterGroups(ParameterGroupsT &&value)
DescribeParameterGroupsResult & WithNextToken(NextTokenT &&value)
DescribeParameterGroupsResult & WithParameterGroups(ParameterGroupsT &&value)
const Aws::Vector< ParameterGroup > & GetParameterGroups() const
AWS_DAX_API DescribeParameterGroupsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
DescribeParameterGroupsResult & AddParameterGroups(ParameterGroupsT &&value)
void SetNextToken(NextTokenT &&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