7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/neptune/model/ResponseMetadata.h>
11#include <aws/neptune/model/DBParameterGroup.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
45 template<
typename MarkerT = Aws::String>
46 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
47 template<
typename MarkerT = Aws::String>
56 template<
typename DBParameterGroupsT = Aws::Vector<DBParameterGroup>>
57 void SetDBParameterGroups(DBParameterGroupsT&& value) { m_dBParameterGroupsHasBeenSet =
true; m_dBParameterGroups = std::forward<DBParameterGroupsT>(value); }
58 template<
typename DBParameterGroupsT = Aws::Vector<DBParameterGroup>>
60 template<
typename DBParameterGroupsT = DBParameterGroup>
67 template<
typename ResponseMetadataT = ResponseMetadata>
68 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
69 template<
typename ResponseMetadataT = ResponseMetadata>
75 bool m_markerHasBeenSet =
false;
78 bool m_dBParameterGroupsHasBeenSet =
false;
81 bool m_responseMetadataHasBeenSet =
false;
AWS_NEPTUNE_API DescribeDBParameterGroupsResult()=default
DescribeDBParameterGroupsResult & WithDBParameterGroups(DBParameterGroupsT &&value)
const Aws::Vector< DBParameterGroup > & GetDBParameterGroups() const
void SetResponseMetadata(ResponseMetadataT &&value)
const ResponseMetadata & GetResponseMetadata() const
DescribeDBParameterGroupsResult & WithResponseMetadata(ResponseMetadataT &&value)
AWS_NEPTUNE_API DescribeDBParameterGroupsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeDBParameterGroupsResult & AddDBParameterGroups(DBParameterGroupsT &&value)
AWS_NEPTUNE_API DescribeDBParameterGroupsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeDBParameterGroupsResult & WithMarker(MarkerT &&value)
const Aws::String & GetMarker() const
void SetMarker(MarkerT &&value)
void SetDBParameterGroups(DBParameterGroupsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument