AWS SDK for C++

AWS SDK for C++ Version 1.11.757

Loading...
Searching...
No Matches
DeleteLandingZoneResult.h
1
6#pragma once
7#include <aws/controltower/ControlTower_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace ControlTower {
23namespace Model {
25 public:
26 AWS_CONTROLTOWER_API DeleteLandingZoneResult() = default;
29
31
36 inline const Aws::String& GetOperationIdentifier() const { return m_operationIdentifier; }
37 template <typename OperationIdentifierT = Aws::String>
38 void SetOperationIdentifier(OperationIdentifierT&& value) {
39 m_operationIdentifierHasBeenSet = true;
40 m_operationIdentifier = std::forward<OperationIdentifierT>(value);
41 }
42 template <typename OperationIdentifierT = Aws::String>
43 DeleteLandingZoneResult& WithOperationIdentifier(OperationIdentifierT&& value) {
44 SetOperationIdentifier(std::forward<OperationIdentifierT>(value));
45 return *this;
46 }
48
50
51 inline const Aws::String& GetRequestId() const { return m_requestId; }
52 template <typename RequestIdT = Aws::String>
53 void SetRequestId(RequestIdT&& value) {
54 m_requestIdHasBeenSet = true;
55 m_requestId = std::forward<RequestIdT>(value);
56 }
57 template <typename RequestIdT = Aws::String>
59 SetRequestId(std::forward<RequestIdT>(value));
60 return *this;
61 }
63 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
64
65 private:
66 Aws::String m_operationIdentifier;
67
68 Aws::String m_requestId;
69 Aws::Http::HttpResponseCode m_HttpResponseCode;
70 bool m_operationIdentifierHasBeenSet = false;
71 bool m_requestIdHasBeenSet = false;
72};
73
74} // namespace Model
75} // namespace ControlTower
76} // namespace Aws
AWS_CONTROLTOWER_API DeleteLandingZoneResult()=default
DeleteLandingZoneResult & WithOperationIdentifier(OperationIdentifierT &&value)
AWS_CONTROLTOWER_API DeleteLandingZoneResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteLandingZoneResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_CONTROLTOWER_API DeleteLandingZoneResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetOperationIdentifier(OperationIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue