7#include <aws/core/http/HttpResponse.h>
8#include <aws/rds/RDS_EXPORTS.h>
9#include <aws/rds/model/BlueGreenDeployment.h>
10#include <aws/rds/model/ResponseMetadata.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
34 template <
typename BlueGreenDeploymentT = BlueGreenDeployment>
36 m_blueGreenDeploymentHasBeenSet =
true;
37 m_blueGreenDeployment = std::forward<BlueGreenDeploymentT>(value);
39 template <
typename BlueGreenDeploymentT = BlueGreenDeployment>
49 template <
typename ResponseMetadataT = ResponseMetadata>
51 m_responseMetadataHasBeenSet =
true;
52 m_responseMetadata = std::forward<ResponseMetadataT>(value);
54 template <
typename ResponseMetadataT = ResponseMetadata>
67 bool m_blueGreenDeploymentHasBeenSet =
false;
68 bool m_responseMetadataHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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