AWS SDK for C++

AWS SDK for C++ Version 1.11.685

Loading...
Searching...
No Matches
UpdateConfigResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/groundstation/GroundStation_EXPORTS.h>
9#include <aws/groundstation/model/ConfigCapabilityType.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 GroundStation {
23namespace Model {
30 public:
31 AWS_GROUNDSTATION_API UpdateConfigResult() = default;
34
36
39 inline const Aws::String& GetConfigId() const { return m_configId; }
40 template <typename ConfigIdT = Aws::String>
41 void SetConfigId(ConfigIdT&& value) {
42 m_configIdHasBeenSet = true;
43 m_configId = std::forward<ConfigIdT>(value);
44 }
45 template <typename ConfigIdT = Aws::String>
46 UpdateConfigResult& WithConfigId(ConfigIdT&& value) {
47 SetConfigId(std::forward<ConfigIdT>(value));
48 return *this;
49 }
51
53
56 inline ConfigCapabilityType GetConfigType() const { return m_configType; }
58 m_configTypeHasBeenSet = true;
59 m_configType = value;
60 }
62 SetConfigType(value);
63 return *this;
64 }
66
68
71 inline const Aws::String& GetConfigArn() const { return m_configArn; }
72 template <typename ConfigArnT = Aws::String>
73 void SetConfigArn(ConfigArnT&& value) {
74 m_configArnHasBeenSet = true;
75 m_configArn = std::forward<ConfigArnT>(value);
76 }
77 template <typename ConfigArnT = Aws::String>
78 UpdateConfigResult& WithConfigArn(ConfigArnT&& value) {
79 SetConfigArn(std::forward<ConfigArnT>(value));
80 return *this;
81 }
83
85
86 inline const Aws::String& GetRequestId() const { return m_requestId; }
87 template <typename RequestIdT = Aws::String>
88 void SetRequestId(RequestIdT&& value) {
89 m_requestIdHasBeenSet = true;
90 m_requestId = std::forward<RequestIdT>(value);
91 }
92 template <typename RequestIdT = Aws::String>
93 UpdateConfigResult& WithRequestId(RequestIdT&& value) {
94 SetRequestId(std::forward<RequestIdT>(value));
95 return *this;
96 }
98 private:
99 Aws::String m_configId;
100 bool m_configIdHasBeenSet = false;
101
103 bool m_configTypeHasBeenSet = false;
104
105 Aws::String m_configArn;
106 bool m_configArnHasBeenSet = false;
107
108 Aws::String m_requestId;
109 bool m_requestIdHasBeenSet = false;
110};
111
112} // namespace Model
113} // namespace GroundStation
114} // namespace Aws
UpdateConfigResult & WithRequestId(RequestIdT &&value)
UpdateConfigResult & WithConfigArn(ConfigArnT &&value)
AWS_GROUNDSTATION_API UpdateConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateConfigResult & WithConfigType(ConfigCapabilityType value)
void SetConfigType(ConfigCapabilityType value)
UpdateConfigResult & WithConfigId(ConfigIdT &&value)
AWS_GROUNDSTATION_API UpdateConfigResult()=default
AWS_GROUNDSTATION_API UpdateConfigResult(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