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/Ec2Config.h>
12#include <aws/datasync/model/EfsInTransitEncryption.h>
13#include <aws/datasync/model/TagListEntry.h>
53 template <
typename SubdirectoryT = Aws::String>
55 m_subdirectoryHasBeenSet =
true;
56 m_subdirectory = std::forward<SubdirectoryT>(value);
58 template <
typename SubdirectoryT = Aws::String>
71 template <
typename EfsFilesystemArnT = Aws::String>
73 m_efsFilesystemArnHasBeenSet =
true;
74 m_efsFilesystemArn = std::forward<EfsFilesystemArnT>(value);
76 template <
typename EfsFilesystemArnT = Aws::String>
92 template <
typename Ec2ConfigT = Ec2Config>
94 m_ec2ConfigHasBeenSet =
true;
95 m_ec2Config = std::forward<Ec2ConfigT>(value);
97 template <
typename Ec2ConfigT = Ec2Config>
113 template <
typename TagsT = Aws::Vector<TagListEntry>>
115 m_tagsHasBeenSet =
true;
116 m_tags = std::forward<TagsT>(value);
118 template <
typename TagsT = Aws::Vector<TagListEntry>>
120 SetTags(std::forward<TagsT>(value));
123 template <
typename TagsT = TagListEntry>
125 m_tagsHasBeenSet =
true;
126 m_tags.emplace_back(std::forward<TagsT>(value));
140 template <
typename AccessPo
intArnT = Aws::String>
142 m_accessPointArnHasBeenSet =
true;
143 m_accessPointArn = std::forward<AccessPointArnT>(value);
145 template <
typename AccessPo
intArnT = Aws::String>
162 template <
typename FileSystemAccessRoleArnT = Aws::String>
164 m_fileSystemAccessRoleArnHasBeenSet =
true;
165 m_fileSystemAccessRoleArn = std::forward<FileSystemAccessRoleArnT>(value);
167 template <
typename FileSystemAccessRoleArnT = Aws::String>
185 m_inTransitEncryptionHasBeenSet =
true;
186 m_inTransitEncryption = value;
207 bool m_subdirectoryHasBeenSet =
false;
208 bool m_efsFilesystemArnHasBeenSet =
false;
209 bool m_ec2ConfigHasBeenSet =
false;
210 bool m_tagsHasBeenSet =
false;
211 bool m_accessPointArnHasBeenSet =
false;
212 bool m_fileSystemAccessRoleArnHasBeenSet =
false;
213 bool m_inTransitEncryptionHasBeenSet =
false;
CreateLocationEfsRequest & WithInTransitEncryption(EfsInTransitEncryption value)
AWS_DATASYNC_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetAccessPointArn(AccessPointArnT &&value)
CreateLocationEfsRequest & WithTags(TagsT &&value)
const Aws::String & GetFileSystemAccessRoleArn() const
const Aws::String & GetSubdirectory() const
bool AccessPointArnHasBeenSet() const
void SetFileSystemAccessRoleArn(FileSystemAccessRoleArnT &&value)
const Aws::String & GetAccessPointArn() const
virtual const char * GetServiceRequestName() const override
void SetTags(TagsT &&value)
CreateLocationEfsRequest & WithFileSystemAccessRoleArn(FileSystemAccessRoleArnT &&value)
bool FileSystemAccessRoleArnHasBeenSet() const
bool EfsFilesystemArnHasBeenSet() const
CreateLocationEfsRequest & WithEc2Config(Ec2ConfigT &&value)
CreateLocationEfsRequest & WithEfsFilesystemArn(EfsFilesystemArnT &&value)
const Ec2Config & GetEc2Config() const
bool TagsHasBeenSet() const
bool Ec2ConfigHasBeenSet() const
EfsInTransitEncryption GetInTransitEncryption() const
void SetInTransitEncryption(EfsInTransitEncryption value)
bool InTransitEncryptionHasBeenSet() const
CreateLocationEfsRequest & WithAccessPointArn(AccessPointArnT &&value)
CreateLocationEfsRequest & AddTags(TagsT &&value)
const Aws::String & GetEfsFilesystemArn() const
CreateLocationEfsRequest & WithSubdirectory(SubdirectoryT &&value)
void SetEfsFilesystemArn(EfsFilesystemArnT &&value)
void SetEc2Config(Ec2ConfigT &&value)
AWS_DATASYNC_API CreateLocationEfsRequest()=default
bool SubdirectoryHasBeenSet() const
AWS_DATASYNC_API Aws::String SerializePayload() const override
const Aws::Vector< TagListEntry > & GetTags() const
void SetSubdirectory(SubdirectoryT &&value)
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