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>
21template<
typename RESULT_TYPE>
22class AmazonWebServiceResult;
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>
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>
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>>
112 template<
typename AgentArnsT = Aws::String>
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>
135 template<
typename ManagedSecretConfigT = ManagedSecretConfig>
136 void SetManagedSecretConfig(ManagedSecretConfigT&& value) { m_managedSecretConfigHasBeenSet =
true; m_managedSecretConfig = std::forward<ManagedSecretConfigT>(value); }
137 template<
typename ManagedSecretConfigT = ManagedSecretConfig>
148 template<
typename CmkSecretConfigT = CmkSecretConfig>
149 void SetCmkSecretConfig(CmkSecretConfigT&& value) { m_cmkSecretConfigHasBeenSet =
true; m_cmkSecretConfig = std::forward<CmkSecretConfigT>(value); }
150 template<
typename CmkSecretConfigT = CmkSecretConfig>
161 template<
typename CustomSecretConfigT = CustomSecretConfig>
162 void SetCustomSecretConfig(CustomSecretConfigT&& value) { m_customSecretConfigHasBeenSet =
true; m_customSecretConfig = std::forward<CustomSecretConfigT>(value); }
163 template<
typename CustomSecretConfigT = CustomSecretConfig>
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>
178 bool m_locationArnHasBeenSet =
false;
181 bool m_locationUriHasBeenSet =
false;
184 bool m_authenticationTypeHasBeenSet =
false;
187 bool m_blobTypeHasBeenSet =
false;
190 bool m_accessTierHasBeenSet =
false;
193 bool m_agentArnsHasBeenSet =
false;
196 bool m_creationTimeHasBeenSet =
false;
198 ManagedSecretConfig m_managedSecretConfig;
199 bool m_managedSecretConfigHasBeenSet =
false;
201 CmkSecretConfig m_cmkSecretConfig;
202 bool m_cmkSecretConfigHasBeenSet =
false;
204 CustomSecretConfig m_customSecretConfig;
205 bool m_customSecretConfigHasBeenSet =
false;
208 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