7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/dax/DAX_EXPORTS.h>
11#include <aws/dax/model/ParameterGroup.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename NextTokenT = Aws::String>
39 m_nextTokenHasBeenSet =
true;
40 m_nextToken = std::forward<NextTokenT>(value);
42 template <
typename NextTokenT = Aws::String>
55 template <
typename ParameterGroupsT = Aws::Vector<ParameterGroup>>
57 m_parameterGroupsHasBeenSet =
true;
58 m_parameterGroups = std::forward<ParameterGroupsT>(value);
60 template <
typename ParameterGroupsT = Aws::Vector<ParameterGroup>>
65 template <
typename ParameterGroupsT = ParameterGroup>
67 m_parameterGroupsHasBeenSet =
true;
68 m_parameterGroups.emplace_back(std::forward<ParameterGroupsT>(value));
76 template <
typename RequestIdT = Aws::String>
78 m_requestIdHasBeenSet =
true;
79 m_requestId = std::forward<RequestIdT>(value);
81 template <
typename RequestIdT = Aws::String>
96 bool m_nextTokenHasBeenSet =
false;
97 bool m_parameterGroupsHasBeenSet =
false;
98 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
Aws::Http::HttpResponseCode GetHttpResponseCode() 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