AWS SDK for C++

AWS SDK for C++ Version 1.11.757

Loading...
Searching...
No Matches
RemoveFromGlobalClusterResult.h
1
6#pragma once
7#include <aws/core/http/HttpResponse.h>
8#include <aws/neptune/Neptune_EXPORTS.h>
9#include <aws/neptune/model/GlobalCluster.h>
10#include <aws/neptune/model/ResponseMetadata.h>
11
12#include <utility>
13
14namespace Aws {
15template <typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils {
19namespace Xml {
20class XmlDocument;
21} // namespace Xml
22} // namespace Utils
23namespace Neptune {
24namespace Model {
26 public:
27 AWS_NEPTUNE_API RemoveFromGlobalClusterResult() = default;
30
32
33 inline const GlobalCluster& GetGlobalCluster() const { return m_globalCluster; }
34 template <typename GlobalClusterT = GlobalCluster>
35 void SetGlobalCluster(GlobalClusterT&& value) {
36 m_globalClusterHasBeenSet = true;
37 m_globalCluster = std::forward<GlobalClusterT>(value);
38 }
39 template <typename GlobalClusterT = GlobalCluster>
41 SetGlobalCluster(std::forward<GlobalClusterT>(value));
42 return *this;
43 }
45
47
48 inline const ResponseMetadata& GetResponseMetadata() const { return m_responseMetadata; }
49 template <typename ResponseMetadataT = ResponseMetadata>
50 void SetResponseMetadata(ResponseMetadataT&& value) {
51 m_responseMetadataHasBeenSet = true;
52 m_responseMetadata = std::forward<ResponseMetadataT>(value);
53 }
54 template <typename ResponseMetadataT = ResponseMetadata>
56 SetResponseMetadata(std::forward<ResponseMetadataT>(value));
57 return *this;
58 }
60 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
61
62 private:
63 GlobalCluster m_globalCluster;
64
65 ResponseMetadata m_responseMetadata;
66 Aws::Http::HttpResponseCode m_HttpResponseCode;
67 bool m_globalClusterHasBeenSet = false;
68 bool m_responseMetadataHasBeenSet = false;
69};
70
71} // namespace Model
72} // namespace Neptune
73} // namespace Aws
RemoveFromGlobalClusterResult & WithGlobalCluster(GlobalClusterT &&value)
AWS_NEPTUNE_API RemoveFromGlobalClusterResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
RemoveFromGlobalClusterResult & WithResponseMetadata(ResponseMetadataT &&value)
AWS_NEPTUNE_API RemoveFromGlobalClusterResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_NEPTUNE_API RemoveFromGlobalClusterResult()=default
Aws::Utils::Xml::XmlDocument XmlDocument