AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
CreateConfigResult.h
1
6#pragma once
7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/groundstation/model/ConfigCapabilityType.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace GroundStation
25{
26namespace Model
27{
34 {
35 public:
36 AWS_GROUNDSTATION_API CreateConfigResult() = default;
39
40
42
45 inline const Aws::String& GetConfigArn() const { return m_configArn; }
46 template<typename ConfigArnT = Aws::String>
47 void SetConfigArn(ConfigArnT&& value) { m_configArnHasBeenSet = true; m_configArn = std::forward<ConfigArnT>(value); }
48 template<typename ConfigArnT = Aws::String>
49 CreateConfigResult& WithConfigArn(ConfigArnT&& value) { SetConfigArn(std::forward<ConfigArnT>(value)); return *this;}
51
53
56 inline const Aws::String& GetConfigId() const { return m_configId; }
57 template<typename ConfigIdT = Aws::String>
58 void SetConfigId(ConfigIdT&& value) { m_configIdHasBeenSet = true; m_configId = std::forward<ConfigIdT>(value); }
59 template<typename ConfigIdT = Aws::String>
60 CreateConfigResult& WithConfigId(ConfigIdT&& value) { SetConfigId(std::forward<ConfigIdT>(value)); return *this;}
62
64
67 inline ConfigCapabilityType GetConfigType() const { return m_configType; }
68 inline void SetConfigType(ConfigCapabilityType value) { m_configTypeHasBeenSet = true; m_configType = value; }
71
73
74 inline const Aws::String& GetRequestId() const { return m_requestId; }
75 template<typename RequestIdT = Aws::String>
76 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
77 template<typename RequestIdT = Aws::String>
78 CreateConfigResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
80 private:
81
82 Aws::String m_configArn;
83 bool m_configArnHasBeenSet = false;
84
85 Aws::String m_configId;
86 bool m_configIdHasBeenSet = false;
87
89 bool m_configTypeHasBeenSet = false;
90
91 Aws::String m_requestId;
92 bool m_requestIdHasBeenSet = false;
93 };
94
95} // namespace Model
96} // namespace GroundStation
97} // namespace Aws
CreateConfigResult & WithConfigType(ConfigCapabilityType value)
CreateConfigResult & WithConfigArn(ConfigArnT &&value)
CreateConfigResult & WithRequestId(RequestIdT &&value)
AWS_GROUNDSTATION_API CreateConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GROUNDSTATION_API CreateConfigResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetConfigType(ConfigCapabilityType value)
AWS_GROUNDSTATION_API CreateConfigResult()=default
CreateConfigResult & WithConfigId(ConfigIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue