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;
39 template<
typename BlueGreenDeploymentT = BlueGreenDeployment>
40 void SetBlueGreenDeployment(BlueGreenDeploymentT&& value) { m_blueGreenDeploymentHasBeenSet =
true; m_blueGreenDeployment = std::forward<BlueGreenDeploymentT>(value); }
41 template<
typename BlueGreenDeploymentT = BlueGreenDeployment>
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_blueGreenDeploymentHasBeenSet =
false;
59 bool m_responseMetadataHasBeenSet =
false;
CreateBlueGreenDeploymentResult & WithBlueGreenDeployment(BlueGreenDeploymentT &&value)
AWS_RDS_API CreateBlueGreenDeploymentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
CreateBlueGreenDeploymentResult & WithResponseMetadata(ResponseMetadataT &&value)
void SetBlueGreenDeployment(BlueGreenDeploymentT &&value)
const BlueGreenDeployment & GetBlueGreenDeployment() const
AWS_RDS_API CreateBlueGreenDeploymentResult()=default
void SetResponseMetadata(ResponseMetadataT &&value)
const ResponseMetadata & GetResponseMetadata() const
AWS_RDS_API CreateBlueGreenDeploymentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
Aws::Utils::Xml::XmlDocument XmlDocument