7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/model/BlueGreenDeployment.h>
9#include <aws/rds/model/ResponseMetadata.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
33 template <
typename BlueGreenDeploymentT = BlueGreenDeployment>
35 m_blueGreenDeploymentHasBeenSet =
true;
36 m_blueGreenDeployment = std::forward<BlueGreenDeploymentT>(value);
38 template <
typename BlueGreenDeploymentT = BlueGreenDeployment>
48 template <
typename ResponseMetadataT = ResponseMetadata>
50 m_responseMetadataHasBeenSet =
true;
51 m_responseMetadata = std::forward<ResponseMetadataT>(value);
53 template <
typename ResponseMetadataT = ResponseMetadata>
63 bool m_blueGreenDeploymentHasBeenSet =
false;
64 bool m_responseMetadataHasBeenSet =
false;
AWS_RDS_API DeleteBlueGreenDeploymentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetResponseMetadata(ResponseMetadataT &&value)
void SetBlueGreenDeployment(BlueGreenDeploymentT &&value)
DeleteBlueGreenDeploymentResult & WithResponseMetadata(ResponseMetadataT &&value)
DeleteBlueGreenDeploymentResult & WithBlueGreenDeployment(BlueGreenDeploymentT &&value)
const ResponseMetadata & GetResponseMetadata() const
const BlueGreenDeployment & GetBlueGreenDeployment() const
AWS_RDS_API DeleteBlueGreenDeploymentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_RDS_API DeleteBlueGreenDeploymentResult()=default
Aws::Utils::Xml::XmlDocument XmlDocument