7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/neptune/model/DBParameterGroup.h>
9#include <aws/neptune/model/ResponseMetadata.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
39 template<
typename DBParameterGroupT = DBParameterGroup>
40 void SetDBParameterGroup(DBParameterGroupT&& value) { m_dBParameterGroupHasBeenSet =
true; m_dBParameterGroup = std::forward<DBParameterGroupT>(value); }
41 template<
typename DBParameterGroupT = DBParameterGroup>
48 template<
typename ResponseMetadataT = ResponseMetadata>
49 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
50 template<
typename ResponseMetadataT = ResponseMetadata>
56 bool m_dBParameterGroupHasBeenSet =
false;
59 bool m_responseMetadataHasBeenSet =
false;
CreateDBParameterGroupResult & WithResponseMetadata(ResponseMetadataT &&value)
AWS_NEPTUNE_API CreateDBParameterGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_NEPTUNE_API CreateDBParameterGroupResult()=default
void SetResponseMetadata(ResponseMetadataT &&value)
AWS_NEPTUNE_API CreateDBParameterGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
CreateDBParameterGroupResult & WithDBParameterGroup(DBParameterGroupT &&value)
const DBParameterGroup & GetDBParameterGroup() const
void SetDBParameterGroup(DBParameterGroupT &&value)
const ResponseMetadata & GetResponseMetadata() const
Aws::Utils::Xml::XmlDocument XmlDocument