AWS SDK for C++

AWS SDK for C++ Version 1.11.759

Loading...
Searching...
No Matches
DescribeLocationAzureBlobResult.h
1
6#pragma once
7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/datasync/DataSync_EXPORTS.h>
12#include <aws/datasync/model/AzureAccessTier.h>
13#include <aws/datasync/model/AzureBlobAuthenticationType.h>
14#include <aws/datasync/model/AzureBlobType.h>
15#include <aws/datasync/model/CmkSecretConfig.h>
16#include <aws/datasync/model/CustomSecretConfig.h>
17#include <aws/datasync/model/ManagedSecretConfig.h>
18
19#include <utility>
20
21namespace Aws {
22template <typename RESULT_TYPE>
23class AmazonWebServiceResult;
24
25namespace Utils {
26namespace Json {
27class JsonValue;
28} // namespace Json
29} // namespace Utils
30namespace DataSync {
31namespace Model {
33 public:
34 AWS_DATASYNC_API DescribeLocationAzureBlobResult() = default;
37
39
42 inline const Aws::String& GetLocationArn() const { return m_locationArn; }
43 template <typename LocationArnT = Aws::String>
44 void SetLocationArn(LocationArnT&& value) {
45 m_locationArnHasBeenSet = true;
46 m_locationArn = std::forward<LocationArnT>(value);
47 }
48 template <typename LocationArnT = Aws::String>
50 SetLocationArn(std::forward<LocationArnT>(value));
51 return *this;
52 }
54
56
59 inline const Aws::String& GetLocationUri() const { return m_locationUri; }
60 template <typename LocationUriT = Aws::String>
61 void SetLocationUri(LocationUriT&& value) {
62 m_locationUriHasBeenSet = true;
63 m_locationUri = std::forward<LocationUriT>(value);
64 }
65 template <typename LocationUriT = Aws::String>
67 SetLocationUri(std::forward<LocationUriT>(value));
68 return *this;
69 }
71
73
77 inline AzureBlobAuthenticationType GetAuthenticationType() const { return m_authenticationType; }
79 m_authenticationTypeHasBeenSet = true;
80 m_authenticationType = value;
81 }
84 return *this;
85 }
87
89
97 inline AzureBlobType GetBlobType() const { return m_blobType; }
98 inline void SetBlobType(AzureBlobType value) {
99 m_blobTypeHasBeenSet = true;
100 m_blobType = value;
101 }
103 SetBlobType(value);
104 return *this;
105 }
107
109
116 inline AzureAccessTier GetAccessTier() const { return m_accessTier; }
117 inline void SetAccessTier(AzureAccessTier value) {
118 m_accessTierHasBeenSet = true;
119 m_accessTier = value;
120 }
122 SetAccessTier(value);
123 return *this;
124 }
126
128
132 inline const Aws::Vector<Aws::String>& GetAgentArns() const { return m_agentArns; }
133 template <typename AgentArnsT = Aws::Vector<Aws::String>>
134 void SetAgentArns(AgentArnsT&& value) {
135 m_agentArnsHasBeenSet = true;
136 m_agentArns = std::forward<AgentArnsT>(value);
137 }
138 template <typename AgentArnsT = Aws::Vector<Aws::String>>
140 SetAgentArns(std::forward<AgentArnsT>(value));
141 return *this;
142 }
143 template <typename AgentArnsT = Aws::String>
145 m_agentArnsHasBeenSet = true;
146 m_agentArns.emplace_back(std::forward<AgentArnsT>(value));
147 return *this;
148 }
150
152
155 inline const Aws::Utils::DateTime& GetCreationTime() const { return m_creationTime; }
156 template <typename CreationTimeT = Aws::Utils::DateTime>
157 void SetCreationTime(CreationTimeT&& value) {
158 m_creationTimeHasBeenSet = true;
159 m_creationTime = std::forward<CreationTimeT>(value);
160 }
161 template <typename CreationTimeT = Aws::Utils::DateTime>
163 SetCreationTime(std::forward<CreationTimeT>(value));
164 return *this;
165 }
167
169
175 inline const ManagedSecretConfig& GetManagedSecretConfig() const { return m_managedSecretConfig; }
176 template <typename ManagedSecretConfigT = ManagedSecretConfig>
177 void SetManagedSecretConfig(ManagedSecretConfigT&& value) {
178 m_managedSecretConfigHasBeenSet = true;
179 m_managedSecretConfig = std::forward<ManagedSecretConfigT>(value);
180 }
181 template <typename ManagedSecretConfigT = ManagedSecretConfig>
183 SetManagedSecretConfig(std::forward<ManagedSecretConfigT>(value));
184 return *this;
185 }
187
189
194 inline const CmkSecretConfig& GetCmkSecretConfig() const { return m_cmkSecretConfig; }
195 template <typename CmkSecretConfigT = CmkSecretConfig>
196 void SetCmkSecretConfig(CmkSecretConfigT&& value) {
197 m_cmkSecretConfigHasBeenSet = true;
198 m_cmkSecretConfig = std::forward<CmkSecretConfigT>(value);
199 }
200 template <typename CmkSecretConfigT = CmkSecretConfig>
202 SetCmkSecretConfig(std::forward<CmkSecretConfigT>(value));
203 return *this;
204 }
206
208
213 inline const CustomSecretConfig& GetCustomSecretConfig() const { return m_customSecretConfig; }
214 template <typename CustomSecretConfigT = CustomSecretConfig>
215 void SetCustomSecretConfig(CustomSecretConfigT&& value) {
216 m_customSecretConfigHasBeenSet = true;
217 m_customSecretConfig = std::forward<CustomSecretConfigT>(value);
218 }
219 template <typename CustomSecretConfigT = CustomSecretConfig>
221 SetCustomSecretConfig(std::forward<CustomSecretConfigT>(value));
222 return *this;
223 }
225
227
228 inline const Aws::String& GetRequestId() const { return m_requestId; }
229 template <typename RequestIdT = Aws::String>
230 void SetRequestId(RequestIdT&& value) {
231 m_requestIdHasBeenSet = true;
232 m_requestId = std::forward<RequestIdT>(value);
233 }
234 template <typename RequestIdT = Aws::String>
236 SetRequestId(std::forward<RequestIdT>(value));
237 return *this;
238 }
240 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
241
242 private:
243 Aws::String m_locationArn;
244
245 Aws::String m_locationUri;
246
248
250
252
253 Aws::Vector<Aws::String> m_agentArns;
254
255 Aws::Utils::DateTime m_creationTime{};
256
257 ManagedSecretConfig m_managedSecretConfig;
258
259 CmkSecretConfig m_cmkSecretConfig;
260
261 CustomSecretConfig m_customSecretConfig;
262
263 Aws::String m_requestId;
264 Aws::Http::HttpResponseCode m_HttpResponseCode;
265 bool m_locationArnHasBeenSet = false;
266 bool m_locationUriHasBeenSet = false;
267 bool m_authenticationTypeHasBeenSet = false;
268 bool m_blobTypeHasBeenSet = false;
269 bool m_accessTierHasBeenSet = false;
270 bool m_agentArnsHasBeenSet = false;
271 bool m_creationTimeHasBeenSet = false;
272 bool m_managedSecretConfigHasBeenSet = false;
273 bool m_cmkSecretConfigHasBeenSet = false;
274 bool m_customSecretConfigHasBeenSet = false;
275 bool m_requestIdHasBeenSet = false;
276};
277
278} // namespace Model
279} // namespace DataSync
280} // namespace Aws
DescribeLocationAzureBlobResult & WithCmkSecretConfig(CmkSecretConfigT &&value)
DescribeLocationAzureBlobResult & WithAccessTier(AzureAccessTier value)
DescribeLocationAzureBlobResult & WithBlobType(AzureBlobType value)
AWS_DATASYNC_API DescribeLocationAzureBlobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeLocationAzureBlobResult & WithCreationTime(CreationTimeT &&value)
AWS_DATASYNC_API DescribeLocationAzureBlobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeLocationAzureBlobResult & WithLocationUri(LocationUriT &&value)
DescribeLocationAzureBlobResult & WithLocationArn(LocationArnT &&value)
AWS_DATASYNC_API DescribeLocationAzureBlobResult()=default
DescribeLocationAzureBlobResult & WithManagedSecretConfig(ManagedSecretConfigT &&value)
DescribeLocationAzureBlobResult & WithRequestId(RequestIdT &&value)
DescribeLocationAzureBlobResult & WithAgentArns(AgentArnsT &&value)
DescribeLocationAzureBlobResult & WithCustomSecretConfig(CustomSecretConfigT &&value)
DescribeLocationAzureBlobResult & AddAgentArns(AgentArnsT &&value)
DescribeLocationAzureBlobResult & WithAuthenticationType(AzureBlobAuthenticationType 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