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/core/utils/memory/stl/AWSVector.h>
11#include <aws/datasync/model/TagListEntry.h>
46 template<
typename FsxFilesystemArnT = Aws::String>
47 void SetFsxFilesystemArn(FsxFilesystemArnT&& value) { m_fsxFilesystemArnHasBeenSet =
true; m_fsxFilesystemArn = std::forward<FsxFilesystemArnT>(value); }
48 template<
typename FsxFilesystemArnT = Aws::String>
64 template<
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
65 void SetSecurityGroupArns(SecurityGroupArnsT&& value) { m_securityGroupArnsHasBeenSet =
true; m_securityGroupArns = std::forward<SecurityGroupArnsT>(value); }
66 template<
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
68 template<
typename SecurityGroupArnsT = Aws::String>
82 template<
typename SubdirectoryT = Aws::String>
83 void SetSubdirectory(SubdirectoryT&& value) { m_subdirectoryHasBeenSet =
true; m_subdirectory = std::forward<SubdirectoryT>(value); }
84 template<
typename SubdirectoryT = Aws::String>
96 template<
typename TagsT = Aws::Vector<TagListEntry>>
97 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
98 template<
typename TagsT = Aws::Vector<TagListEntry>>
100 template<
typename TagsT = TagListEntry>
106 bool m_fsxFilesystemArnHasBeenSet =
false;
109 bool m_securityGroupArnsHasBeenSet =
false;
112 bool m_subdirectoryHasBeenSet =
false;
115 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