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/TagListEntry.h>
42 template <
typename FsxFilesystemArnT = Aws::String>
44 m_fsxFilesystemArnHasBeenSet =
true;
45 m_fsxFilesystemArn = std::forward<FsxFilesystemArnT>(value);
47 template <
typename FsxFilesystemArnT = Aws::String>
66 template <
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
68 m_securityGroupArnsHasBeenSet =
true;
69 m_securityGroupArns = std::forward<SecurityGroupArnsT>(value);
71 template <
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
76 template <
typename SecurityGroupArnsT = Aws::String>
78 m_securityGroupArnsHasBeenSet =
true;
79 m_securityGroupArns.emplace_back(std::forward<SecurityGroupArnsT>(value));
94 template <
typename SubdirectoryT = Aws::String>
96 m_subdirectoryHasBeenSet =
true;
97 m_subdirectory = std::forward<SubdirectoryT>(value);
99 template <
typename SubdirectoryT = Aws::String>
114 template <
typename TagsT = Aws::Vector<TagListEntry>>
116 m_tagsHasBeenSet =
true;
117 m_tags = std::forward<TagsT>(value);
119 template <
typename TagsT = Aws::Vector<TagListEntry>>
121 SetTags(std::forward<TagsT>(value));
124 template <
typename TagsT = TagListEntry>
126 m_tagsHasBeenSet =
true;
127 m_tags.emplace_back(std::forward<TagsT>(value));
139 bool m_fsxFilesystemArnHasBeenSet =
false;
140 bool m_securityGroupArnsHasBeenSet =
false;
141 bool m_subdirectoryHasBeenSet =
false;
142 bool m_tagsHasBeenSet =
false;
void SetTags(TagsT &&value)
void SetSubdirectory(SubdirectoryT &&value)
const Aws::Vector< Aws::String > & GetSecurityGroupArns() const
void SetSecurityGroupArns(SecurityGroupArnsT &&value)
const Aws::String & GetSubdirectory() const
bool FsxFilesystemArnHasBeenSet() const
void SetFsxFilesystemArn(FsxFilesystemArnT &&value)
CreateLocationFsxLustreRequest & AddTags(TagsT &&value)
const Aws::String & GetFsxFilesystemArn() const
CreateLocationFsxLustreRequest & WithSubdirectory(SubdirectoryT &&value)
bool SecurityGroupArnsHasBeenSet() const
AWS_DATASYNC_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_DATASYNC_API CreateLocationFsxLustreRequest()=default
const Aws::Vector< TagListEntry > & GetTags() const
AWS_DATASYNC_API Aws::String SerializePayload() const override
bool TagsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
CreateLocationFsxLustreRequest & WithSecurityGroupArns(SecurityGroupArnsT &&value)
CreateLocationFsxLustreRequest & AddSecurityGroupArns(SecurityGroupArnsT &&value)
CreateLocationFsxLustreRequest & WithTags(TagsT &&value)
bool SubdirectoryHasBeenSet() const
CreateLocationFsxLustreRequest & WithFsxFilesystemArn(FsxFilesystemArnT &&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