7#include <aws/dax/DAX_EXPORTS.h>
8#include <aws/dax/DAXRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename ParameterGroupNamesT = Aws::Vector<Aws::String>>
45 void SetParameterGroupNames(ParameterGroupNamesT&& value) { m_parameterGroupNamesHasBeenSet =
true; m_parameterGroupNames = std::forward<ParameterGroupNamesT>(value); }
46 template<
typename ParameterGroupNamesT = Aws::Vector<Aws::String>>
48 template<
typename ParameterGroupNamesT = Aws::String>
61 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
74 template<
typename NextTokenT = Aws::String>
75 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
76 template<
typename NextTokenT = Aws::String>
82 bool m_parameterGroupNamesHasBeenSet =
false;
85 bool m_maxResultsHasBeenSet =
false;
88 bool m_nextTokenHasBeenSet =
false;
bool NextTokenHasBeenSet() const
AWS_DAX_API Aws::String SerializePayload() const override
void SetParameterGroupNames(ParameterGroupNamesT &&value)
DescribeParameterGroupsRequest & WithMaxResults(int value)
const Aws::Vector< Aws::String > & GetParameterGroupNames() const
const Aws::String & GetNextToken() const
DescribeParameterGroupsRequest & WithParameterGroupNames(ParameterGroupNamesT &&value)
AWS_DAX_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeParameterGroupsRequest & WithNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
AWS_DAX_API DescribeParameterGroupsRequest()=default
bool MaxResultsHasBeenSet() const
int GetMaxResults() const
void SetNextToken(NextTokenT &&value)
bool ParameterGroupNamesHasBeenSet() const
DescribeParameterGroupsRequest & AddParameterGroupNames(ParameterGroupNamesT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector