AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeleteConfigResult.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 DeleteConfigResult();
39
40
42
45 inline const Aws::String& GetConfigArn() const{ return m_configArn; }
46 inline void SetConfigArn(const Aws::String& value) { m_configArn = value; }
47 inline void SetConfigArn(Aws::String&& value) { m_configArn = std::move(value); }
48 inline void SetConfigArn(const char* value) { m_configArn.assign(value); }
49 inline DeleteConfigResult& WithConfigArn(const Aws::String& value) { SetConfigArn(value); return *this;}
50 inline DeleteConfigResult& WithConfigArn(Aws::String&& value) { SetConfigArn(std::move(value)); return *this;}
51 inline DeleteConfigResult& WithConfigArn(const char* value) { SetConfigArn(value); return *this;}
53
55
58 inline const Aws::String& GetConfigId() const{ return m_configId; }
59 inline void SetConfigId(const Aws::String& value) { m_configId = value; }
60 inline void SetConfigId(Aws::String&& value) { m_configId = std::move(value); }
61 inline void SetConfigId(const char* value) { m_configId.assign(value); }
62 inline DeleteConfigResult& WithConfigId(const Aws::String& value) { SetConfigId(value); return *this;}
63 inline DeleteConfigResult& WithConfigId(Aws::String&& value) { SetConfigId(std::move(value)); return *this;}
64 inline DeleteConfigResult& WithConfigId(const char* value) { SetConfigId(value); return *this;}
66
68
71 inline const ConfigCapabilityType& GetConfigType() const{ return m_configType; }
72 inline void SetConfigType(const ConfigCapabilityType& value) { m_configType = value; }
73 inline void SetConfigType(ConfigCapabilityType&& value) { m_configType = std::move(value); }
74 inline DeleteConfigResult& WithConfigType(const ConfigCapabilityType& value) { SetConfigType(value); return *this;}
75 inline DeleteConfigResult& WithConfigType(ConfigCapabilityType&& value) { SetConfigType(std::move(value)); return *this;}
77
79
80 inline const Aws::String& GetRequestId() const{ return m_requestId; }
81 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
82 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
83 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
84 inline DeleteConfigResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
85 inline DeleteConfigResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
86 inline DeleteConfigResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
88 private:
89
90 Aws::String m_configArn;
91
92 Aws::String m_configId;
93
94 ConfigCapabilityType m_configType;
95
96 Aws::String m_requestId;
97 };
98
99} // namespace Model
100} // namespace GroundStation
101} // namespace Aws
DeleteConfigResult & WithRequestId(Aws::String &&value)
DeleteConfigResult & WithConfigId(const char *value)
void SetConfigType(ConfigCapabilityType &&value)
DeleteConfigResult & WithConfigType(ConfigCapabilityType &&value)
const ConfigCapabilityType & GetConfigType() const
DeleteConfigResult & WithRequestId(const Aws::String &value)
DeleteConfigResult & WithConfigArn(Aws::String &&value)
DeleteConfigResult & WithConfigArn(const Aws::String &value)
DeleteConfigResult & WithConfigId(const Aws::String &value)
AWS_GROUNDSTATION_API DeleteConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetConfigType(const ConfigCapabilityType &value)
DeleteConfigResult & WithConfigArn(const char *value)
DeleteConfigResult & WithConfigId(Aws::String &&value)
AWS_GROUNDSTATION_API DeleteConfigResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteConfigResult & WithRequestId(const char *value)
DeleteConfigResult & WithConfigType(const ConfigCapabilityType &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue