AWS SDK for C++

AWS SDK for C++ Version 1.11.682

Loading...
Searching...
No Matches
DeleteGlobalClusterResult.h
1
6#pragma once
7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/neptune/model/GlobalCluster.h>
9#include <aws/neptune/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 Neptune {
23namespace Model {
25 public:
26 AWS_NEPTUNE_API DeleteGlobalClusterResult() = default;
29
31
32 inline const GlobalCluster& GetGlobalCluster() const { return m_globalCluster; }
33 template <typename GlobalClusterT = GlobalCluster>
34 void SetGlobalCluster(GlobalClusterT&& value) {
35 m_globalClusterHasBeenSet = true;
36 m_globalCluster = std::forward<GlobalClusterT>(value);
37 }
38 template <typename GlobalClusterT = GlobalCluster>
40 SetGlobalCluster(std::forward<GlobalClusterT>(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>
54 DeleteGlobalClusterResult& WithResponseMetadata(ResponseMetadataT&& value) {
55 SetResponseMetadata(std::forward<ResponseMetadataT>(value));
56 return *this;
57 }
59 private:
60 GlobalCluster m_globalCluster;
61 bool m_globalClusterHasBeenSet = false;
62
63 ResponseMetadata m_responseMetadata;
64 bool m_responseMetadataHasBeenSet = false;
65};
66
67} // namespace Model
68} // namespace Neptune
69} // namespace Aws
AWS_NEPTUNE_API DeleteGlobalClusterResult()=default
DeleteGlobalClusterResult & WithResponseMetadata(ResponseMetadataT &&value)
DeleteGlobalClusterResult & WithGlobalCluster(GlobalClusterT &&value)
AWS_NEPTUNE_API DeleteGlobalClusterResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_NEPTUNE_API DeleteGlobalClusterResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
Aws::Utils::Xml::XmlDocument XmlDocument