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>
17#include <aws/datasync/model/TagListEntry.h>
48 template <
typename ContainerUrlT = Aws::String>
50 m_containerUrlHasBeenSet =
true;
51 m_containerUrl = std::forward<ContainerUrlT>(value);
53 template <
typename ContainerUrlT = Aws::String>
69 m_authenticationTypeHasBeenSet =
true;
70 m_authenticationType = value;
89 template <
typename SasConfigurationT = AzureBlobSasConfiguration>
91 m_sasConfigurationHasBeenSet =
true;
92 m_sasConfiguration = std::forward<SasConfigurationT>(value);
94 template <
typename SasConfigurationT = AzureBlobSasConfiguration>
113 m_blobTypeHasBeenSet =
true;
133 m_accessTierHasBeenSet =
true;
134 m_accessTier = value;
149 template <
typename SubdirectoryT = Aws::String>
151 m_subdirectoryHasBeenSet =
true;
152 m_subdirectory = std::forward<SubdirectoryT>(value);
154 template <
typename SubdirectoryT = Aws::String>
175 template <
typename AgentArnsT = Aws::Vector<Aws::String>>
177 m_agentArnsHasBeenSet =
true;
178 m_agentArns = std::forward<AgentArnsT>(value);
180 template <
typename AgentArnsT = Aws::Vector<Aws::String>>
185 template <
typename AgentArnsT = Aws::String>
187 m_agentArnsHasBeenSet =
true;
188 m_agentArns.emplace_back(std::forward<AgentArnsT>(value));
201 template <
typename TagsT = Aws::Vector<TagListEntry>>
203 m_tagsHasBeenSet =
true;
204 m_tags = std::forward<TagsT>(value);
206 template <
typename TagsT = Aws::Vector<TagListEntry>>
208 SetTags(std::forward<TagsT>(value));
211 template <
typename TagsT = TagListEntry>
213 m_tagsHasBeenSet =
true;
214 m_tags.emplace_back(std::forward<TagsT>(value));
237 template <
typename CmkSecretConfigT = CmkSecretConfig>
239 m_cmkSecretConfigHasBeenSet =
true;
240 m_cmkSecretConfig = std::forward<CmkSecretConfigT>(value);
242 template <
typename CmkSecretConfigT = CmkSecretConfig>
263 template <
typename CustomSecretConfigT = CustomSecretConfig>
265 m_customSecretConfigHasBeenSet =
true;
266 m_customSecretConfig = std::forward<CustomSecretConfigT>(value);
268 template <
typename CustomSecretConfigT = CustomSecretConfig>
279 AzureBlobSasConfiguration m_sasConfiguration;
291 CmkSecretConfig m_cmkSecretConfig;
293 CustomSecretConfig m_customSecretConfig;
294 bool m_containerUrlHasBeenSet =
false;
295 bool m_authenticationTypeHasBeenSet =
false;
296 bool m_sasConfigurationHasBeenSet =
false;
297 bool m_blobTypeHasBeenSet =
false;
298 bool m_accessTierHasBeenSet =
false;
299 bool m_subdirectoryHasBeenSet =
false;
300 bool m_agentArnsHasBeenSet =
false;
301 bool m_tagsHasBeenSet =
false;
302 bool m_cmkSecretConfigHasBeenSet =
false;
303 bool m_customSecretConfigHasBeenSet =
false;
AWS_DATASYNC_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const AzureBlobSasConfiguration & GetSasConfiguration() const
const Aws::Vector< Aws::String > & GetAgentArns() const
bool CmkSecretConfigHasBeenSet() const
void SetSasConfiguration(SasConfigurationT &&value)
CreateLocationAzureBlobRequest & WithAgentArns(AgentArnsT &&value)
CreateLocationAzureBlobRequest & WithSasConfiguration(SasConfigurationT &&value)
bool AccessTierHasBeenSet() const
bool TagsHasBeenSet() const
AzureBlobType GetBlobType() const
void SetCustomSecretConfig(CustomSecretConfigT &&value)
const CmkSecretConfig & GetCmkSecretConfig() const
void SetContainerUrl(ContainerUrlT &&value)
void SetSubdirectory(SubdirectoryT &&value)
CreateLocationAzureBlobRequest & WithTags(TagsT &&value)
const Aws::String & GetContainerUrl() const
void SetAgentArns(AgentArnsT &&value)
void SetBlobType(AzureBlobType value)
CreateLocationAzureBlobRequest & WithCmkSecretConfig(CmkSecretConfigT &&value)
CreateLocationAzureBlobRequest & WithAuthenticationType(AzureBlobAuthenticationType value)
CreateLocationAzureBlobRequest & WithCustomSecretConfig(CustomSecretConfigT &&value)
CreateLocationAzureBlobRequest & WithAccessTier(AzureAccessTier value)
AWS_DATASYNC_API CreateLocationAzureBlobRequest()=default
CreateLocationAzureBlobRequest & WithContainerUrl(ContainerUrlT &&value)
void SetTags(TagsT &&value)
CreateLocationAzureBlobRequest & WithSubdirectory(SubdirectoryT &&value)
const Aws::String & GetSubdirectory() const
bool SubdirectoryHasBeenSet() const
void SetCmkSecretConfig(CmkSecretConfigT &&value)
bool CustomSecretConfigHasBeenSet() const
CreateLocationAzureBlobRequest & AddAgentArns(AgentArnsT &&value)
AzureAccessTier GetAccessTier() const
CreateLocationAzureBlobRequest & WithBlobType(AzureBlobType value)
const Aws::Vector< TagListEntry > & GetTags() const
bool AgentArnsHasBeenSet() const
const CustomSecretConfig & GetCustomSecretConfig() const
virtual const char * GetServiceRequestName() const override
AWS_DATASYNC_API Aws::String SerializePayload() const override
AzureBlobAuthenticationType GetAuthenticationType() const
bool ContainerUrlHasBeenSet() const
bool AuthenticationTypeHasBeenSet() const
bool SasConfigurationHasBeenSet() const
void SetAccessTier(AzureAccessTier value)
void SetAuthenticationType(AzureBlobAuthenticationType value)
CreateLocationAzureBlobRequest & AddTags(TagsT &&value)
bool BlobTypeHasBeenSet() const
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