AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
DeleteBlueGreenDeploymentResult.h
1
6#pragma once
7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/model/BlueGreenDeployment.h>
9#include <aws/rds/model/ResponseMetadata.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Xml {
19class XmlDocument;
20} // namespace Xml
21} // namespace Utils
22namespace RDS {
23namespace Model {
25 public:
26 AWS_RDS_API DeleteBlueGreenDeploymentResult() = default;
29
31
32 inline const BlueGreenDeployment& GetBlueGreenDeployment() const { return m_blueGreenDeployment; }
33 template <typename BlueGreenDeploymentT = BlueGreenDeployment>
34 void SetBlueGreenDeployment(BlueGreenDeploymentT&& value) {
35 m_blueGreenDeploymentHasBeenSet = true;
36 m_blueGreenDeployment = std::forward<BlueGreenDeploymentT>(value);
37 }
38 template <typename BlueGreenDeploymentT = BlueGreenDeployment>
40 SetBlueGreenDeployment(std::forward<BlueGreenDeploymentT>(value));
41 return *this;
42 }
44
46
47 inline const ResponseMetadata& GetResponseMetadata() const { return m_responseMetadata; }
48 template <typename ResponseMetadataT = ResponseMetadata>
49 void SetResponseMetadata(ResponseMetadataT&& value) {
50 m_responseMetadataHasBeenSet = true;
51 m_responseMetadata = std::forward<ResponseMetadataT>(value);
52 }
53 template <typename ResponseMetadataT = ResponseMetadata>
55 SetResponseMetadata(std::forward<ResponseMetadataT>(value));
56 return *this;
57 }
59 private:
60 BlueGreenDeployment m_blueGreenDeployment;
61
62 ResponseMetadata m_responseMetadata;
63 bool m_blueGreenDeploymentHasBeenSet = false;
64 bool m_responseMetadataHasBeenSet = false;
65};
66
67} // namespace Model
68} // namespace RDS
69} // namespace Aws
AWS_RDS_API DeleteBlueGreenDeploymentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DeleteBlueGreenDeploymentResult & WithResponseMetadata(ResponseMetadataT &&value)
DeleteBlueGreenDeploymentResult & WithBlueGreenDeployment(BlueGreenDeploymentT &&value)
AWS_RDS_API DeleteBlueGreenDeploymentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
Aws::Utils::Xml::XmlDocument XmlDocument