AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetConfigurationProfileResult.h
1
6#pragma once
7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/appconfig/model/Validator.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace AppConfig
26{
27namespace Model
28{
30 {
31 public:
32 AWS_APPCONFIG_API GetConfigurationProfileResult();
35
36
38
41 inline const Aws::String& GetApplicationId() const{ return m_applicationId; }
42 inline void SetApplicationId(const Aws::String& value) { m_applicationId = value; }
43 inline void SetApplicationId(Aws::String&& value) { m_applicationId = std::move(value); }
44 inline void SetApplicationId(const char* value) { m_applicationId.assign(value); }
45 inline GetConfigurationProfileResult& WithApplicationId(const Aws::String& value) { SetApplicationId(value); return *this;}
46 inline GetConfigurationProfileResult& WithApplicationId(Aws::String&& value) { SetApplicationId(std::move(value)); return *this;}
47 inline GetConfigurationProfileResult& WithApplicationId(const char* value) { SetApplicationId(value); return *this;}
49
51
54 inline const Aws::String& GetId() const{ return m_id; }
55 inline void SetId(const Aws::String& value) { m_id = value; }
56 inline void SetId(Aws::String&& value) { m_id = std::move(value); }
57 inline void SetId(const char* value) { m_id.assign(value); }
58 inline GetConfigurationProfileResult& WithId(const Aws::String& value) { SetId(value); return *this;}
59 inline GetConfigurationProfileResult& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
60 inline GetConfigurationProfileResult& WithId(const char* value) { SetId(value); return *this;}
62
64
67 inline const Aws::String& GetName() const{ return m_name; }
68 inline void SetName(const Aws::String& value) { m_name = value; }
69 inline void SetName(Aws::String&& value) { m_name = std::move(value); }
70 inline void SetName(const char* value) { m_name.assign(value); }
71 inline GetConfigurationProfileResult& WithName(const Aws::String& value) { SetName(value); return *this;}
72 inline GetConfigurationProfileResult& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
73 inline GetConfigurationProfileResult& WithName(const char* value) { SetName(value); return *this;}
75
77
80 inline const Aws::String& GetDescription() const{ return m_description; }
81 inline void SetDescription(const Aws::String& value) { m_description = value; }
82 inline void SetDescription(Aws::String&& value) { m_description = std::move(value); }
83 inline void SetDescription(const char* value) { m_description.assign(value); }
84 inline GetConfigurationProfileResult& WithDescription(const Aws::String& value) { SetDescription(value); return *this;}
85 inline GetConfigurationProfileResult& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
86 inline GetConfigurationProfileResult& WithDescription(const char* value) { SetDescription(value); return *this;}
88
90
93 inline const Aws::String& GetLocationUri() const{ return m_locationUri; }
94 inline void SetLocationUri(const Aws::String& value) { m_locationUri = value; }
95 inline void SetLocationUri(Aws::String&& value) { m_locationUri = std::move(value); }
96 inline void SetLocationUri(const char* value) { m_locationUri.assign(value); }
97 inline GetConfigurationProfileResult& WithLocationUri(const Aws::String& value) { SetLocationUri(value); return *this;}
98 inline GetConfigurationProfileResult& WithLocationUri(Aws::String&& value) { SetLocationUri(std::move(value)); return *this;}
99 inline GetConfigurationProfileResult& WithLocationUri(const char* value) { SetLocationUri(value); return *this;}
101
103
107 inline const Aws::String& GetRetrievalRoleArn() const{ return m_retrievalRoleArn; }
108 inline void SetRetrievalRoleArn(const Aws::String& value) { m_retrievalRoleArn = value; }
109 inline void SetRetrievalRoleArn(Aws::String&& value) { m_retrievalRoleArn = std::move(value); }
110 inline void SetRetrievalRoleArn(const char* value) { m_retrievalRoleArn.assign(value); }
112 inline GetConfigurationProfileResult& WithRetrievalRoleArn(Aws::String&& value) { SetRetrievalRoleArn(std::move(value)); return *this;}
113 inline GetConfigurationProfileResult& WithRetrievalRoleArn(const char* value) { SetRetrievalRoleArn(value); return *this;}
115
117
120 inline const Aws::Vector<Validator>& GetValidators() const{ return m_validators; }
121 inline void SetValidators(const Aws::Vector<Validator>& value) { m_validators = value; }
122 inline void SetValidators(Aws::Vector<Validator>&& value) { m_validators = std::move(value); }
124 inline GetConfigurationProfileResult& WithValidators(Aws::Vector<Validator>&& value) { SetValidators(std::move(value)); return *this;}
125 inline GetConfigurationProfileResult& AddValidators(const Validator& value) { m_validators.push_back(value); return *this; }
126 inline GetConfigurationProfileResult& AddValidators(Validator&& value) { m_validators.push_back(std::move(value)); return *this; }
128
130
139 inline const Aws::String& GetType() const{ return m_type; }
140 inline void SetType(const Aws::String& value) { m_type = value; }
141 inline void SetType(Aws::String&& value) { m_type = std::move(value); }
142 inline void SetType(const char* value) { m_type.assign(value); }
143 inline GetConfigurationProfileResult& WithType(const Aws::String& value) { SetType(value); return *this;}
144 inline GetConfigurationProfileResult& WithType(Aws::String&& value) { SetType(std::move(value)); return *this;}
145 inline GetConfigurationProfileResult& WithType(const char* value) { SetType(value); return *this;}
147
149
156 inline const Aws::String& GetKmsKeyArn() const{ return m_kmsKeyArn; }
157 inline void SetKmsKeyArn(const Aws::String& value) { m_kmsKeyArn = value; }
158 inline void SetKmsKeyArn(Aws::String&& value) { m_kmsKeyArn = std::move(value); }
159 inline void SetKmsKeyArn(const char* value) { m_kmsKeyArn.assign(value); }
160 inline GetConfigurationProfileResult& WithKmsKeyArn(const Aws::String& value) { SetKmsKeyArn(value); return *this;}
161 inline GetConfigurationProfileResult& WithKmsKeyArn(Aws::String&& value) { SetKmsKeyArn(std::move(value)); return *this;}
162 inline GetConfigurationProfileResult& WithKmsKeyArn(const char* value) { SetKmsKeyArn(value); return *this;}
164
166
170 inline const Aws::String& GetKmsKeyIdentifier() const{ return m_kmsKeyIdentifier; }
171 inline void SetKmsKeyIdentifier(const Aws::String& value) { m_kmsKeyIdentifier = value; }
172 inline void SetKmsKeyIdentifier(Aws::String&& value) { m_kmsKeyIdentifier = std::move(value); }
173 inline void SetKmsKeyIdentifier(const char* value) { m_kmsKeyIdentifier.assign(value); }
175 inline GetConfigurationProfileResult& WithKmsKeyIdentifier(Aws::String&& value) { SetKmsKeyIdentifier(std::move(value)); return *this;}
176 inline GetConfigurationProfileResult& WithKmsKeyIdentifier(const char* value) { SetKmsKeyIdentifier(value); return *this;}
178
180
181 inline const Aws::String& GetRequestId() const{ return m_requestId; }
182 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
183 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
184 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
185 inline GetConfigurationProfileResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
186 inline GetConfigurationProfileResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
187 inline GetConfigurationProfileResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
189 private:
190
191 Aws::String m_applicationId;
192
193 Aws::String m_id;
194
195 Aws::String m_name;
196
197 Aws::String m_description;
198
199 Aws::String m_locationUri;
200
201 Aws::String m_retrievalRoleArn;
202
203 Aws::Vector<Validator> m_validators;
204
205 Aws::String m_type;
206
207 Aws::String m_kmsKeyArn;
208
209 Aws::String m_kmsKeyIdentifier;
210
211 Aws::String m_requestId;
212 };
213
214} // namespace Model
215} // namespace AppConfig
216} // namespace Aws
GetConfigurationProfileResult & WithValidators(Aws::Vector< Validator > &&value)
GetConfigurationProfileResult & WithKmsKeyIdentifier(const char *value)
GetConfigurationProfileResult & WithName(Aws::String &&value)
GetConfigurationProfileResult & WithValidators(const Aws::Vector< Validator > &value)
GetConfigurationProfileResult & WithName(const char *value)
GetConfigurationProfileResult & WithLocationUri(Aws::String &&value)
GetConfigurationProfileResult & WithApplicationId(const char *value)
GetConfigurationProfileResult & WithApplicationId(const Aws::String &value)
GetConfigurationProfileResult & WithRequestId(const Aws::String &value)
GetConfigurationProfileResult & WithKmsKeyArn(Aws::String &&value)
GetConfigurationProfileResult & WithType(const char *value)
GetConfigurationProfileResult & WithRequestId(Aws::String &&value)
GetConfigurationProfileResult & WithId(Aws::String &&value)
GetConfigurationProfileResult & WithId(const char *value)
GetConfigurationProfileResult & WithDescription(const char *value)
AWS_APPCONFIG_API GetConfigurationProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetConfigurationProfileResult & WithType(Aws::String &&value)
AWS_APPCONFIG_API GetConfigurationProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetValidators(const Aws::Vector< Validator > &value)
GetConfigurationProfileResult & WithKmsKeyArn(const char *value)
GetConfigurationProfileResult & WithDescription(const Aws::String &value)
GetConfigurationProfileResult & WithRetrievalRoleArn(const Aws::String &value)
GetConfigurationProfileResult & WithLocationUri(const char *value)
GetConfigurationProfileResult & WithName(const Aws::String &value)
GetConfigurationProfileResult & WithRetrievalRoleArn(const char *value)
GetConfigurationProfileResult & WithKmsKeyIdentifier(Aws::String &&value)
GetConfigurationProfileResult & WithRetrievalRoleArn(Aws::String &&value)
GetConfigurationProfileResult & WithRequestId(const char *value)
GetConfigurationProfileResult & WithLocationUri(const Aws::String &value)
GetConfigurationProfileResult & WithApplicationId(Aws::String &&value)
GetConfigurationProfileResult & WithKmsKeyIdentifier(const Aws::String &value)
GetConfigurationProfileResult & AddValidators(Validator &&value)
GetConfigurationProfileResult & WithDescription(Aws::String &&value)
GetConfigurationProfileResult & AddValidators(const Validator &value)
GetConfigurationProfileResult & WithKmsKeyArn(const Aws::String &value)
GetConfigurationProfileResult & WithId(const Aws::String &value)
GetConfigurationProfileResult & WithType(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue