7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datasync/DataSyncRequest.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/AzureBlobSasConfiguration.h>
14#include <aws/datasync/model/AzureBlobType.h>
15#include <aws/datasync/model/CmkSecretConfig.h>
16#include <aws/datasync/model/CustomSecretConfig.h>
47 template <
typename LocationArnT = Aws::String>
49 m_locationArnHasBeenSet =
true;
50 m_locationArn = std::forward<LocationArnT>(value);
52 template <
typename LocationArnT = Aws::String>
66 template <
typename SubdirectoryT = Aws::String>
68 m_subdirectoryHasBeenSet =
true;
69 m_subdirectory = std::forward<SubdirectoryT>(value);
71 template <
typename SubdirectoryT = Aws::String>
87 m_authenticationTypeHasBeenSet =
true;
88 m_authenticationType = value;
103 template <
typename SasConfigurationT = AzureBlobSasConfiguration>
105 m_sasConfigurationHasBeenSet =
true;
106 m_sasConfiguration = std::forward<SasConfigurationT>(value);
108 template <
typename SasConfigurationT = AzureBlobSasConfiguration>
127 m_blobTypeHasBeenSet =
true;
147 m_accessTierHasBeenSet =
true;
148 m_accessTier = value;
169 template <
typename AgentArnsT = Aws::Vector<Aws::String>>
171 m_agentArnsHasBeenSet =
true;
172 m_agentArns = std::forward<AgentArnsT>(value);
174 template <
typename AgentArnsT = Aws::Vector<Aws::String>>
179 template <
typename AgentArnsT = Aws::String>
181 m_agentArnsHasBeenSet =
true;
182 m_agentArns.emplace_back(std::forward<AgentArnsT>(value));
195 template <
typename CmkSecretConfigT = CmkSecretConfig>
197 m_cmkSecretConfigHasBeenSet =
true;
198 m_cmkSecretConfig = std::forward<CmkSecretConfigT>(value);
200 template <
typename CmkSecretConfigT = CmkSecretConfig>
215 template <
typename CustomSecretConfigT = CustomSecretConfig>
217 m_customSecretConfigHasBeenSet =
true;
218 m_customSecretConfig = std::forward<CustomSecretConfigT>(value);
220 template <
typename CustomSecretConfigT = CustomSecretConfig>
233 AzureBlobSasConfiguration m_sasConfiguration;
241 CmkSecretConfig m_cmkSecretConfig;
243 CustomSecretConfig m_customSecretConfig;
244 bool m_locationArnHasBeenSet =
false;
245 bool m_subdirectoryHasBeenSet =
false;
246 bool m_authenticationTypeHasBeenSet =
false;
247 bool m_sasConfigurationHasBeenSet =
false;
248 bool m_blobTypeHasBeenSet =
false;
249 bool m_accessTierHasBeenSet =
false;
250 bool m_agentArnsHasBeenSet =
false;
251 bool m_cmkSecretConfigHasBeenSet =
false;
252 bool m_customSecretConfigHasBeenSet =
false;
bool AuthenticationTypeHasBeenSet() const
AWS_DATASYNC_API Aws::String SerializePayload() const override
void SetSubdirectory(SubdirectoryT &&value)
AWS_DATASYNC_API UpdateLocationAzureBlobRequest()=default
AzureAccessTier GetAccessTier() const
UpdateLocationAzureBlobRequest & WithSasConfiguration(SasConfigurationT &&value)
UpdateLocationAzureBlobRequest & WithAuthenticationType(AzureBlobAuthenticationType value)
void SetCustomSecretConfig(CustomSecretConfigT &&value)
void SetLocationArn(LocationArnT &&value)
virtual const char * GetServiceRequestName() const override
AzureBlobAuthenticationType GetAuthenticationType() const
UpdateLocationAzureBlobRequest & WithAccessTier(AzureAccessTier value)
AWS_DATASYNC_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const AzureBlobSasConfiguration & GetSasConfiguration() const
void SetSasConfiguration(SasConfigurationT &&value)
AzureBlobType GetBlobType() const
UpdateLocationAzureBlobRequest & WithSubdirectory(SubdirectoryT &&value)
void SetBlobType(AzureBlobType value)
UpdateLocationAzureBlobRequest & WithBlobType(AzureBlobType value)
bool AccessTierHasBeenSet() const
bool CustomSecretConfigHasBeenSet() const
bool SubdirectoryHasBeenSet() const
void SetCmkSecretConfig(CmkSecretConfigT &&value)
void SetAccessTier(AzureAccessTier value)
bool AgentArnsHasBeenSet() const
bool LocationArnHasBeenSet() const
bool CmkSecretConfigHasBeenSet() const
bool BlobTypeHasBeenSet() const
void SetAuthenticationType(AzureBlobAuthenticationType value)
const CustomSecretConfig & GetCustomSecretConfig() const
UpdateLocationAzureBlobRequest & WithLocationArn(LocationArnT &&value)
UpdateLocationAzureBlobRequest & AddAgentArns(AgentArnsT &&value)
const CmkSecretConfig & GetCmkSecretConfig() const
UpdateLocationAzureBlobRequest & WithCmkSecretConfig(CmkSecretConfigT &&value)
void SetAgentArns(AgentArnsT &&value)
bool SasConfigurationHasBeenSet() const
const Aws::String & GetLocationArn() const
const Aws::Vector< Aws::String > & GetAgentArns() const
UpdateLocationAzureBlobRequest & WithAgentArns(AgentArnsT &&value)
const Aws::String & GetSubdirectory() const
UpdateLocationAzureBlobRequest & WithCustomSecretConfig(CustomSecretConfigT &&value)
AzureBlobAuthenticationType
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector