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/ParameterGroup.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 ParameterGroupsT = Aws::Vector<ParameterGroup>>
55 void SetParameterGroups(ParameterGroupsT&& value) { m_parameterGroupsHasBeenSet =
true; m_parameterGroups = std::forward<ParameterGroupsT>(value); }
56 template<
typename ParameterGroupsT = Aws::Vector<ParameterGroup>>
58 template<
typename ParameterGroupsT = ParameterGroup>
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_parameterGroupsHasBeenSet =
false;
79 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