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/EfsInTransitEncryption.h>
45 template<
typename LocationArnT = Aws::String>
46 void SetLocationArn(LocationArnT&& value) { m_locationArnHasBeenSet =
true; m_locationArn = std::forward<LocationArnT>(value); }
47 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>
79 template<
typename AccessPo
intArnT = Aws::String>
80 void SetAccessPointArn(AccessPointArnT&& value) { m_accessPointArnHasBeenSet =
true; m_accessPointArn = std::forward<AccessPointArnT>(value); }
81 template<
typename AccessPo
intArnT = Aws::String>
95 template<
typename FileSystemAccessRoleArnT = Aws::String>
96 void SetFileSystemAccessRoleArn(FileSystemAccessRoleArnT&& value) { m_fileSystemAccessRoleArnHasBeenSet =
true; m_fileSystemAccessRoleArn = std::forward<FileSystemAccessRoleArnT>(value); }
97 template<
typename FileSystemAccessRoleArnT = Aws::String>
117 bool m_locationArnHasBeenSet =
false;
120 bool m_subdirectoryHasBeenSet =
false;
123 bool m_accessPointArnHasBeenSet =
false;
126 bool m_fileSystemAccessRoleArnHasBeenSet =
false;
129 bool m_inTransitEncryptionHasBeenSet =
false;
void SetLocationArn(LocationArnT &&value)
const Aws::String & GetAccessPointArn() const
AWS_DATASYNC_API Aws::String SerializePayload() const override
void SetSubdirectory(SubdirectoryT &&value)
UpdateLocationEfsRequest & WithSubdirectory(SubdirectoryT &&value)
UpdateLocationEfsRequest & WithAccessPointArn(AccessPointArnT &&value)
bool AccessPointArnHasBeenSet() const
AWS_DATASYNC_API UpdateLocationEfsRequest()=default
bool SubdirectoryHasBeenSet() const
bool InTransitEncryptionHasBeenSet() const
bool FileSystemAccessRoleArnHasBeenSet() const
AWS_DATASYNC_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetFileSystemAccessRoleArn() const
const Aws::String & GetSubdirectory() const
void SetInTransitEncryption(EfsInTransitEncryption value)
UpdateLocationEfsRequest & WithLocationArn(LocationArnT &&value)
EfsInTransitEncryption GetInTransitEncryption() const
void SetFileSystemAccessRoleArn(FileSystemAccessRoleArnT &&value)
bool LocationArnHasBeenSet() const
const Aws::String & GetLocationArn() const
UpdateLocationEfsRequest & WithFileSystemAccessRoleArn(FileSystemAccessRoleArnT &&value)
UpdateLocationEfsRequest & WithInTransitEncryption(EfsInTransitEncryption value)
void SetAccessPointArn(AccessPointArnT &&value)
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String