7#include <aws/datasync/DataSync_EXPORTS.h>
8#include <aws/datasync/DataSyncRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datasync/model/AzureBlobAuthenticationType.h>
11#include <aws/datasync/model/AzureBlobSasConfiguration.h>
12#include <aws/datasync/model/AzureBlobType.h>
13#include <aws/datasync/model/AzureAccessTier.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
15#include <aws/datasync/model/CmkSecretConfig.h>
16#include <aws/datasync/model/CustomSecretConfig.h>
17#include <aws/datasync/model/TagListEntry.h>
52 template<
typename ContainerUrlT = Aws::String>
53 void SetContainerUrl(ContainerUrlT&& value) { m_containerUrlHasBeenSet =
true; m_containerUrl = std::forward<ContainerUrlT>(value); }
54 template<
typename ContainerUrlT = Aws::String>
81 template<
typename SasConfigurationT = AzureBlobSasConfiguration>
82 void SetSasConfiguration(SasConfigurationT&& value) { m_sasConfigurationHasBeenSet =
true; m_sasConfiguration = std::forward<SasConfigurationT>(value); }
83 template<
typename SasConfigurationT = AzureBlobSasConfiguration>
123 template<
typename SubdirectoryT = Aws::String>
124 void SetSubdirectory(SubdirectoryT&& value) { m_subdirectoryHasBeenSet =
true; m_subdirectory = std::forward<SubdirectoryT>(value); }
125 template<
typename SubdirectoryT = Aws::String>
143 template<
typename AgentArnsT = Aws::Vector<Aws::String>>
144 void SetAgentArns(AgentArnsT&& value) { m_agentArnsHasBeenSet =
true; m_agentArns = std::forward<AgentArnsT>(value); }
145 template<
typename AgentArnsT = Aws::Vector<Aws::String>>
147 template<
typename AgentArnsT = Aws::String>
159 template<
typename TagsT = Aws::Vector<TagListEntry>>
160 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
161 template<
typename TagsT = Aws::Vector<TagListEntry>>
163 template<
typename TagsT = TagListEntry>
185 template<
typename CmkSecretConfigT = CmkSecretConfig>
186 void SetCmkSecretConfig(CmkSecretConfigT&& value) { m_cmkSecretConfigHasBeenSet =
true; m_cmkSecretConfig = std::forward<CmkSecretConfigT>(value); }
187 template<
typename CmkSecretConfigT = CmkSecretConfig>
204 template<
typename CustomSecretConfigT = CustomSecretConfig>
205 void SetCustomSecretConfig(CustomSecretConfigT&& value) { m_customSecretConfigHasBeenSet =
true; m_customSecretConfig = std::forward<CustomSecretConfigT>(value); }
206 template<
typename CustomSecretConfigT = CustomSecretConfig>
212 bool m_containerUrlHasBeenSet =
false;
215 bool m_authenticationTypeHasBeenSet =
false;
217 AzureBlobSasConfiguration m_sasConfiguration;
218 bool m_sasConfigurationHasBeenSet =
false;
221 bool m_blobTypeHasBeenSet =
false;
224 bool m_accessTierHasBeenSet =
false;
227 bool m_subdirectoryHasBeenSet =
false;
230 bool m_agentArnsHasBeenSet =
false;
233 bool m_tagsHasBeenSet =
false;
235 CmkSecretConfig m_cmkSecretConfig;
236 bool m_cmkSecretConfigHasBeenSet =
false;
238 CustomSecretConfig m_customSecretConfig;
239 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