7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/datasync/DataSync_EXPORTS.h>
11#include <aws/datasync/model/AzureAccessTier.h>
12#include <aws/datasync/model/AzureBlobAuthenticationType.h>
13#include <aws/datasync/model/AzureBlobType.h>
14#include <aws/datasync/model/CmkSecretConfig.h>
15#include <aws/datasync/model/CustomSecretConfig.h>
16#include <aws/datasync/model/ManagedSecretConfig.h>
21template <
typename RESULT_TYPE>
22class AmazonWebServiceResult;
42 template <
typename LocationArnT = Aws::String>
44 m_locationArnHasBeenSet =
true;
45 m_locationArn = std::forward<LocationArnT>(value);
47 template <
typename LocationArnT = Aws::String>
59 template <
typename LocationUriT = Aws::String>
61 m_locationUriHasBeenSet =
true;
62 m_locationUri = std::forward<LocationUriT>(value);
64 template <
typename LocationUriT = Aws::String>
78 m_authenticationTypeHasBeenSet =
true;
79 m_authenticationType = value;
98 m_blobTypeHasBeenSet =
true;
117 m_accessTierHasBeenSet =
true;
118 m_accessTier = value;
132 template <
typename AgentArnsT = Aws::Vector<Aws::String>>
134 m_agentArnsHasBeenSet =
true;
135 m_agentArns = std::forward<AgentArnsT>(value);
137 template <
typename AgentArnsT = Aws::Vector<Aws::String>>
142 template <
typename AgentArnsT = Aws::String>
144 m_agentArnsHasBeenSet =
true;
145 m_agentArns.emplace_back(std::forward<AgentArnsT>(value));
155 template <
typename CreationTimeT = Aws::Utils::DateTime>
157 m_creationTimeHasBeenSet =
true;
158 m_creationTime = std::forward<CreationTimeT>(value);
160 template <
typename CreationTimeT = Aws::Utils::DateTime>
175 template <
typename ManagedSecretConfigT = ManagedSecretConfig>
177 m_managedSecretConfigHasBeenSet =
true;
178 m_managedSecretConfig = std::forward<ManagedSecretConfigT>(value);
180 template <
typename ManagedSecretConfigT = ManagedSecretConfig>
194 template <
typename CmkSecretConfigT = CmkSecretConfig>
196 m_cmkSecretConfigHasBeenSet =
true;
197 m_cmkSecretConfig = std::forward<CmkSecretConfigT>(value);
199 template <
typename CmkSecretConfigT = CmkSecretConfig>
213 template <
typename CustomSecretConfigT = CustomSecretConfig>
215 m_customSecretConfigHasBeenSet =
true;
216 m_customSecretConfig = std::forward<CustomSecretConfigT>(value);
218 template <
typename CustomSecretConfigT = CustomSecretConfig>
228 template <
typename RequestIdT = Aws::String>
230 m_requestIdHasBeenSet =
true;
231 m_requestId = std::forward<RequestIdT>(value);
233 template <
typename RequestIdT = Aws::String>
254 ManagedSecretConfig m_managedSecretConfig;
256 CmkSecretConfig m_cmkSecretConfig;
258 CustomSecretConfig m_customSecretConfig;
261 bool m_locationArnHasBeenSet =
false;
262 bool m_locationUriHasBeenSet =
false;
263 bool m_authenticationTypeHasBeenSet =
false;
264 bool m_blobTypeHasBeenSet =
false;
265 bool m_accessTierHasBeenSet =
false;
266 bool m_agentArnsHasBeenSet =
false;
267 bool m_creationTimeHasBeenSet =
false;
268 bool m_managedSecretConfigHasBeenSet =
false;
269 bool m_cmkSecretConfigHasBeenSet =
false;
270 bool m_customSecretConfigHasBeenSet =
false;
271 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreationTime() const
DescribeLocationAzureBlobResult & WithCmkSecretConfig(CmkSecretConfigT &&value)
void SetBlobType(AzureBlobType value)
DescribeLocationAzureBlobResult & WithAccessTier(AzureAccessTier value)
void SetAccessTier(AzureAccessTier value)
void SetRequestId(RequestIdT &&value)
DescribeLocationAzureBlobResult & WithBlobType(AzureBlobType value)
void SetCreationTime(CreationTimeT &&value)
AWS_DATASYNC_API DescribeLocationAzureBlobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLocationArn(LocationArnT &&value)
DescribeLocationAzureBlobResult & WithCreationTime(CreationTimeT &&value)
AzureBlobType GetBlobType() const
const Aws::String & GetLocationArn() const
AzureBlobAuthenticationType GetAuthenticationType() const
void SetCustomSecretConfig(CustomSecretConfigT &&value)
AWS_DATASYNC_API DescribeLocationAzureBlobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const ManagedSecretConfig & GetManagedSecretConfig() const
AzureAccessTier GetAccessTier() const
void SetCmkSecretConfig(CmkSecretConfigT &&value)
DescribeLocationAzureBlobResult & WithLocationUri(LocationUriT &&value)
DescribeLocationAzureBlobResult & WithLocationArn(LocationArnT &&value)
AWS_DATASYNC_API DescribeLocationAzureBlobResult()=default
DescribeLocationAzureBlobResult & WithManagedSecretConfig(ManagedSecretConfigT &&value)
void SetAgentArns(AgentArnsT &&value)
const CmkSecretConfig & GetCmkSecretConfig() const
const Aws::String & GetRequestId() const
const Aws::String & GetLocationUri() const
const CustomSecretConfig & GetCustomSecretConfig() const
DescribeLocationAzureBlobResult & WithRequestId(RequestIdT &&value)
void SetAuthenticationType(AzureBlobAuthenticationType value)
DescribeLocationAzureBlobResult & WithAgentArns(AgentArnsT &&value)
DescribeLocationAzureBlobResult & WithCustomSecretConfig(CustomSecretConfigT &&value)
DescribeLocationAzureBlobResult & AddAgentArns(AgentArnsT &&value)
DescribeLocationAzureBlobResult & WithAuthenticationType(AzureBlobAuthenticationType value)
void SetLocationUri(LocationUriT &&value)
const Aws::Vector< Aws::String > & GetAgentArns() const
void SetManagedSecretConfig(ManagedSecretConfigT &&value)
AzureBlobAuthenticationType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue