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;
AWS_RDS_API SwitchoverBlueGreenDeploymentResult()=default
AWS_RDS_API SwitchoverBlueGreenDeploymentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
SwitchoverBlueGreenDeploymentResult & WithBlueGreenDeployment(BlueGreenDeploymentT &&value)
AWS_RDS_API SwitchoverBlueGreenDeploymentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
SwitchoverBlueGreenDeploymentResult & WithResponseMetadata(ResponseMetadataT &&value)
const BlueGreenDeployment & GetBlueGreenDeployment() const
void SetBlueGreenDeployment(BlueGreenDeploymentT &&value)
const ResponseMetadata & GetResponseMetadata() const
void SetResponseMetadata(ResponseMetadataT &&value)
Aws::Utils::Xml::XmlDocument XmlDocument