7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datasync/DataSyncRequest.h>
9#include <aws/datasync/DataSync_EXPORTS.h>
10#include <aws/datasync/model/EfsInTransitEncryption.h>
41 template <
typename LocationArnT = Aws::String>
43 m_locationArnHasBeenSet =
true;
44 m_locationArn = std::forward<LocationArnT>(value);
46 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 template <
typename AccessPo
intArnT = Aws::String>
89 m_accessPointArnHasBeenSet =
true;
90 m_accessPointArn = std::forward<AccessPointArnT>(value);
92 template <
typename AccessPo
intArnT = Aws::String>
109 template <
typename FileSystemAccessRoleArnT = Aws::String>
111 m_fileSystemAccessRoleArnHasBeenSet =
true;
112 m_fileSystemAccessRoleArn = std::forward<FileSystemAccessRoleArnT>(value);
114 template <
typename FileSystemAccessRoleArnT = Aws::String>
132 m_inTransitEncryptionHasBeenSet =
true;
133 m_inTransitEncryption = value;
150 bool m_locationArnHasBeenSet =
false;
151 bool m_subdirectoryHasBeenSet =
false;
152 bool m_accessPointArnHasBeenSet =
false;
153 bool m_fileSystemAccessRoleArnHasBeenSet =
false;
154 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