7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/model/GlobalCluster.h>
9#include <aws/rds/model/ResponseMetadata.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
33 template <
typename GlobalClusterT = GlobalCluster>
35 m_globalClusterHasBeenSet =
true;
36 m_globalCluster = std::forward<GlobalClusterT>(value);
38 template <
typename GlobalClusterT = GlobalCluster>
48 template <
typename ResponseMetadataT = ResponseMetadata>
50 m_responseMetadataHasBeenSet =
true;
51 m_responseMetadata = std::forward<ResponseMetadataT>(value);
53 template <
typename ResponseMetadataT = ResponseMetadata>
63 bool m_globalClusterHasBeenSet =
false;
64 bool m_responseMetadataHasBeenSet =
false;
SwitchoverGlobalClusterResult & WithGlobalCluster(GlobalClusterT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
void SetGlobalCluster(GlobalClusterT &&value)
AWS_RDS_API SwitchoverGlobalClusterResult()=default
SwitchoverGlobalClusterResult & WithResponseMetadata(ResponseMetadataT &&value)
AWS_RDS_API SwitchoverGlobalClusterResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const GlobalCluster & GetGlobalCluster() const
const ResponseMetadata & GetResponseMetadata() const
AWS_RDS_API SwitchoverGlobalClusterResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
Aws::Utils::Xml::XmlDocument XmlDocument