AWS SDK for C++

AWS SDK for C++ Version 1.11.788

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 {
31 public:
32 AWS_GROUNDSTATION_API DeleteConfigResult() = default;
35
37
40 inline const Aws::String& GetConfigId() const { return m_configId; }
41 template <typename ConfigIdT = Aws::String>
42 void SetConfigId(ConfigIdT&& value) {
43 m_configIdHasBeenSet = true;
44 m_configId = std::forward<ConfigIdT>(value);
45 }
46 template <typename ConfigIdT = Aws::String>
47 DeleteConfigResult& WithConfigId(ConfigIdT&& value) {
48 SetConfigId(std::forward<ConfigIdT>(value));
49 return *this;
50 }
52
54
57 inline ConfigCapabilityType GetConfigType() const { return m_configType; }
59 m_configTypeHasBeenSet = true;
60 m_configType = value;
61 }
63 SetConfigType(value);
64 return *this;
65 }
67
69
72 inline const Aws::String& GetConfigArn() const { return m_configArn; }
73 template <typename ConfigArnT = Aws::String>
74 void SetConfigArn(ConfigArnT&& value) {
75 m_configArnHasBeenSet = true;
76 m_configArn = std::forward<ConfigArnT>(value);
77 }
78 template <typename ConfigArnT = Aws::String>
79 DeleteConfigResult& WithConfigArn(ConfigArnT&& value) {
80 SetConfigArn(std::forward<ConfigArnT>(value));
81 return *this;
82 }
84
86
87 inline const Aws::String& GetRequestId() const { return m_requestId; }
88 template <typename RequestIdT = Aws::String>
89 void SetRequestId(RequestIdT&& value) {
90 m_requestIdHasBeenSet = true;
91 m_requestId = std::forward<RequestIdT>(value);
92 }
93 template <typename RequestIdT = Aws::String>
94 DeleteConfigResult& WithRequestId(RequestIdT&& value) {
95 SetRequestId(std::forward<RequestIdT>(value));
96 return *this;
97 }
99 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
100
101 private:
102 Aws::String m_configId;
103
105
106 Aws::String m_configArn;
107
108 Aws::String m_requestId;
109 Aws::Http::HttpResponseCode m_HttpResponseCode;
110 bool m_configIdHasBeenSet = false;
111 bool m_configTypeHasBeenSet = false;
112 bool m_configArnHasBeenSet = false;
113 bool m_requestIdHasBeenSet = false;
114};
115
116} // namespace Model
117} // namespace GroundStation
118} // 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