AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
DescribeLocationAzureBlobResult.h
1
6#pragma once
7#include <aws/datasync/DataSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datasync/model/AzureBlobAuthenticationType.h>
10#include <aws/datasync/model/AzureBlobType.h>
11#include <aws/datasync/model/AzureAccessTier.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/core/utils/DateTime.h>
14#include <aws/datasync/model/ManagedSecretConfig.h>
15#include <aws/datasync/model/CmkSecretConfig.h>
16#include <aws/datasync/model/CustomSecretConfig.h>
17#include <utility>
18
19namespace Aws
20{
21template<typename RESULT_TYPE>
22class AmazonWebServiceResult;
23
24namespace Utils
25{
26namespace Json
27{
28 class JsonValue;
29} // namespace Json
30} // namespace Utils
31namespace DataSync
32{
33namespace Model
34{
36 {
37 public:
38 AWS_DATASYNC_API DescribeLocationAzureBlobResult() = default;
41
42
44
47 inline const Aws::String& GetLocationArn() const { return m_locationArn; }
48 template<typename LocationArnT = Aws::String>
49 void SetLocationArn(LocationArnT&& value) { m_locationArnHasBeenSet = true; m_locationArn = std::forward<LocationArnT>(value); }
50 template<typename LocationArnT = Aws::String>
51 DescribeLocationAzureBlobResult& WithLocationArn(LocationArnT&& value) { SetLocationArn(std::forward<LocationArnT>(value)); return *this;}
53
55
58 inline const Aws::String& GetLocationUri() const { return m_locationUri; }
59 template<typename LocationUriT = Aws::String>
60 void SetLocationUri(LocationUriT&& value) { m_locationUriHasBeenSet = true; m_locationUri = std::forward<LocationUriT>(value); }
61 template<typename LocationUriT = Aws::String>
62 DescribeLocationAzureBlobResult& WithLocationUri(LocationUriT&& value) { SetLocationUri(std::forward<LocationUriT>(value)); return *this;}
64
66
70 inline AzureBlobAuthenticationType GetAuthenticationType() const { return m_authenticationType; }
71 inline void SetAuthenticationType(AzureBlobAuthenticationType value) { m_authenticationTypeHasBeenSet = true; m_authenticationType = value; }
74
76
84 inline AzureBlobType GetBlobType() const { return m_blobType; }
85 inline void SetBlobType(AzureBlobType value) { m_blobTypeHasBeenSet = true; m_blobType = value; }
88
90
97 inline AzureAccessTier GetAccessTier() const { return m_accessTier; }
98 inline void SetAccessTier(AzureAccessTier value) { m_accessTierHasBeenSet = true; m_accessTier = value; }
101
103
107 inline const Aws::Vector<Aws::String>& GetAgentArns() const { return m_agentArns; }
108 template<typename AgentArnsT = Aws::Vector<Aws::String>>
109 void SetAgentArns(AgentArnsT&& value) { m_agentArnsHasBeenSet = true; m_agentArns = std::forward<AgentArnsT>(value); }
110 template<typename AgentArnsT = Aws::Vector<Aws::String>>
111 DescribeLocationAzureBlobResult& WithAgentArns(AgentArnsT&& value) { SetAgentArns(std::forward<AgentArnsT>(value)); return *this;}
112 template<typename AgentArnsT = Aws::String>
113 DescribeLocationAzureBlobResult& AddAgentArns(AgentArnsT&& value) { m_agentArnsHasBeenSet = true; m_agentArns.emplace_back(std::forward<AgentArnsT>(value)); return *this; }
115
117
120 inline const Aws::Utils::DateTime& GetCreationTime() const { return m_creationTime; }
121 template<typename CreationTimeT = Aws::Utils::DateTime>
122 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet = true; m_creationTime = std::forward<CreationTimeT>(value); }
123 template<typename CreationTimeT = Aws::Utils::DateTime>
124 DescribeLocationAzureBlobResult& WithCreationTime(CreationTimeT&& value) { SetCreationTime(std::forward<CreationTimeT>(value)); return *this;}
126
128
134 inline const ManagedSecretConfig& GetManagedSecretConfig() const { return m_managedSecretConfig; }
135 template<typename ManagedSecretConfigT = ManagedSecretConfig>
136 void SetManagedSecretConfig(ManagedSecretConfigT&& value) { m_managedSecretConfigHasBeenSet = true; m_managedSecretConfig = std::forward<ManagedSecretConfigT>(value); }
137 template<typename ManagedSecretConfigT = ManagedSecretConfig>
138 DescribeLocationAzureBlobResult& WithManagedSecretConfig(ManagedSecretConfigT&& value) { SetManagedSecretConfig(std::forward<ManagedSecretConfigT>(value)); return *this;}
140
142
147 inline const CmkSecretConfig& GetCmkSecretConfig() const { return m_cmkSecretConfig; }
148 template<typename CmkSecretConfigT = CmkSecretConfig>
149 void SetCmkSecretConfig(CmkSecretConfigT&& value) { m_cmkSecretConfigHasBeenSet = true; m_cmkSecretConfig = std::forward<CmkSecretConfigT>(value); }
150 template<typename CmkSecretConfigT = CmkSecretConfig>
151 DescribeLocationAzureBlobResult& WithCmkSecretConfig(CmkSecretConfigT&& value) { SetCmkSecretConfig(std::forward<CmkSecretConfigT>(value)); return *this;}
153
155
160 inline const CustomSecretConfig& GetCustomSecretConfig() const { return m_customSecretConfig; }
161 template<typename CustomSecretConfigT = CustomSecretConfig>
162 void SetCustomSecretConfig(CustomSecretConfigT&& value) { m_customSecretConfigHasBeenSet = true; m_customSecretConfig = std::forward<CustomSecretConfigT>(value); }
163 template<typename CustomSecretConfigT = CustomSecretConfig>
164 DescribeLocationAzureBlobResult& WithCustomSecretConfig(CustomSecretConfigT&& value) { SetCustomSecretConfig(std::forward<CustomSecretConfigT>(value)); return *this;}
166
168
169 inline const Aws::String& GetRequestId() const { return m_requestId; }
170 template<typename RequestIdT = Aws::String>
171 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
172 template<typename RequestIdT = Aws::String>
173 DescribeLocationAzureBlobResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
175 private:
176
177 Aws::String m_locationArn;
178 bool m_locationArnHasBeenSet = false;
179
180 Aws::String m_locationUri;
181 bool m_locationUriHasBeenSet = false;
182
184 bool m_authenticationTypeHasBeenSet = false;
185
187 bool m_blobTypeHasBeenSet = false;
188
190 bool m_accessTierHasBeenSet = false;
191
192 Aws::Vector<Aws::String> m_agentArns;
193 bool m_agentArnsHasBeenSet = false;
194
195 Aws::Utils::DateTime m_creationTime{};
196 bool m_creationTimeHasBeenSet = false;
197
198 ManagedSecretConfig m_managedSecretConfig;
199 bool m_managedSecretConfigHasBeenSet = false;
200
201 CmkSecretConfig m_cmkSecretConfig;
202 bool m_cmkSecretConfigHasBeenSet = false;
203
204 CustomSecretConfig m_customSecretConfig;
205 bool m_customSecretConfigHasBeenSet = false;
206
207 Aws::String m_requestId;
208 bool m_requestIdHasBeenSet = false;
209 };
210
211} // namespace Model
212} // namespace DataSync
213} // 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