AWS SDK for C++

AWS SDK for C++ Version 1.11.827

Loading...
Searching...
No Matches
DeleteConfigResult.h
1
6#pragma once
7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/groundstation/GroundStation_EXPORTS.h>
10#include <aws/groundstation/model/ConfigCapabilityType.h>
11
12#include <utility>
13
14namespace Aws {
15template <typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils {
19namespace Json {
20class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace GroundStation {
24namespace Model {
32 public:
33 AWS_GROUNDSTATION_API DeleteConfigResult() = default;
36
38
41 inline const Aws::String& GetConfigId() const { return m_configId; }
42 template <typename ConfigIdT = Aws::String>
43 void SetConfigId(ConfigIdT&& value) {
44 m_configIdHasBeenSet = true;
45 m_configId = std::forward<ConfigIdT>(value);
46 }
47 template <typename ConfigIdT = Aws::String>
48 DeleteConfigResult& WithConfigId(ConfigIdT&& value) {
49 SetConfigId(std::forward<ConfigIdT>(value));
50 return *this;
51 }
53
55
58 inline ConfigCapabilityType GetConfigType() const { return m_configType; }
60 m_configTypeHasBeenSet = true;
61 m_configType = value;
62 }
64 SetConfigType(value);
65 return *this;
66 }
68
70
73 inline const Aws::String& GetConfigArn() const { return m_configArn; }
74 template <typename ConfigArnT = Aws::String>
75 void SetConfigArn(ConfigArnT&& value) {
76 m_configArnHasBeenSet = true;
77 m_configArn = std::forward<ConfigArnT>(value);
78 }
79 template <typename ConfigArnT = Aws::String>
80 DeleteConfigResult& WithConfigArn(ConfigArnT&& value) {
81 SetConfigArn(std::forward<ConfigArnT>(value));
82 return *this;
83 }
85
87
88 inline const Aws::String& GetRequestId() const { return m_requestId; }
89 template <typename RequestIdT = Aws::String>
90 void SetRequestId(RequestIdT&& value) {
91 m_requestIdHasBeenSet = true;
92 m_requestId = std::forward<RequestIdT>(value);
93 }
94 template <typename RequestIdT = Aws::String>
95 DeleteConfigResult& WithRequestId(RequestIdT&& value) {
96 SetRequestId(std::forward<RequestIdT>(value));
97 return *this;
98 }
100 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
101
102 private:
103 Aws::String m_configId;
104
106
107 Aws::String m_configArn;
108
109 Aws::String m_requestId;
110 Aws::Http::HttpResponseCode m_HttpResponseCode;
111 bool m_configIdHasBeenSet = false;
112 bool m_configTypeHasBeenSet = false;
113 bool m_configArnHasBeenSet = false;
114 bool m_requestIdHasBeenSet = false;
115};
116
117} // namespace Model
118} // namespace GroundStation
119} // namespace Aws
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DeleteConfigResult & WithConfigType(ConfigCapabilityType value)
void SetConfigType(ConfigCapabilityType value)
DeleteConfigResult & WithRequestId(RequestIdT &&value)
DeleteConfigResult & WithConfigArn(ConfigArnT &&value)
AWS_GROUNDSTATION_API DeleteConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GROUNDSTATION_API DeleteConfigResult()=default
DeleteConfigResult & WithConfigId(ConfigIdT &&value)
AWS_GROUNDSTATION_API DeleteConfigResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue