7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/neptune/model/DBClusterSnapshot.h>
9#include <aws/neptune/model/ResponseMetadata.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
39 template<
typename DBClusterSnapshotT = DBClusterSnapshot>
40 void SetDBClusterSnapshot(DBClusterSnapshotT&& value) { m_dBClusterSnapshotHasBeenSet =
true; m_dBClusterSnapshot = std::forward<DBClusterSnapshotT>(value); }
41 template<
typename DBClusterSnapshotT = DBClusterSnapshot>
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_dBClusterSnapshotHasBeenSet =
false;
59 bool m_responseMetadataHasBeenSet =
false;
AWS_NEPTUNE_API CopyDBClusterSnapshotResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const DBClusterSnapshot & GetDBClusterSnapshot() const
AWS_NEPTUNE_API CopyDBClusterSnapshotResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
CopyDBClusterSnapshotResult & WithDBClusterSnapshot(DBClusterSnapshotT &&value)
const ResponseMetadata & GetResponseMetadata() const
AWS_NEPTUNE_API CopyDBClusterSnapshotResult()=default
CopyDBClusterSnapshotResult & WithResponseMetadata(ResponseMetadataT &&value)
void SetDBClusterSnapshot(DBClusterSnapshotT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
Aws::Utils::Xml::XmlDocument XmlDocument