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>
51 template<
typename LocationArnT = Aws::String>
52 void SetLocationArn(LocationArnT&& value) { m_locationArnHasBeenSet =
true; m_locationArn = std::forward<LocationArnT>(value); }
53 template<
typename LocationArnT = Aws::String>
64 template<
typename SubdirectoryT = Aws::String>
65 void SetSubdirectory(SubdirectoryT&& value) { m_subdirectoryHasBeenSet =
true; m_subdirectory = std::forward<SubdirectoryT>(value); }
66 template<
typename SubdirectoryT = Aws::String>
89 template<
typename SasConfigurationT = AzureBlobSasConfiguration>
90 void SetSasConfiguration(SasConfigurationT&& value) { m_sasConfigurationHasBeenSet =
true; m_sasConfiguration = std::forward<SasConfigurationT>(value); }
91 template<
typename SasConfigurationT = AzureBlobSasConfiguration>
137 template<
typename AgentArnsT = Aws::Vector<Aws::String>>
138 void SetAgentArns(AgentArnsT&& value) { m_agentArnsHasBeenSet =
true; m_agentArns = std::forward<AgentArnsT>(value); }
139 template<
typename AgentArnsT = Aws::Vector<Aws::String>>
141 template<
typename AgentArnsT = Aws::String>
153 template<
typename CmkSecretConfigT = CmkSecretConfig>
154 void SetCmkSecretConfig(CmkSecretConfigT&& value) { m_cmkSecretConfigHasBeenSet =
true; m_cmkSecretConfig = std::forward<CmkSecretConfigT>(value); }
155 template<
typename CmkSecretConfigT = CmkSecretConfig>
167 template<
typename CustomSecretConfigT = CustomSecretConfig>
168 void SetCustomSecretConfig(CustomSecretConfigT&& value) { m_customSecretConfigHasBeenSet =
true; m_customSecretConfig = std::forward<CustomSecretConfigT>(value); }
169 template<
typename CustomSecretConfigT = CustomSecretConfig>
175 bool m_locationArnHasBeenSet =
false;
178 bool m_subdirectoryHasBeenSet =
false;
181 bool m_authenticationTypeHasBeenSet =
false;
183 AzureBlobSasConfiguration m_sasConfiguration;
184 bool m_sasConfigurationHasBeenSet =
false;
187 bool m_blobTypeHasBeenSet =
false;
190 bool m_accessTierHasBeenSet =
false;
193 bool m_agentArnsHasBeenSet =
false;
195 CmkSecretConfig m_cmkSecretConfig;
196 bool m_cmkSecretConfigHasBeenSet =
false;
198 CustomSecretConfig m_customSecretConfig;
199 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