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/FsxProtocol.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#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>
58 template<
typename ProtocolT = FsxProtocol>
59 void SetProtocol(ProtocolT&& value) { m_protocolHasBeenSet =
true; m_protocol = std::forward<ProtocolT>(value); }
60 template<
typename ProtocolT = FsxProtocol>
71 template<
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
72 void SetSecurityGroupArns(SecurityGroupArnsT&& value) { m_securityGroupArnsHasBeenSet =
true; m_securityGroupArns = std::forward<SecurityGroupArnsT>(value); }
73 template<
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
75 template<
typename SecurityGroupArnsT = Aws::String>
87 template<
typename SubdirectoryT = Aws::String>
88 void SetSubdirectory(SubdirectoryT&& value) { m_subdirectoryHasBeenSet =
true; m_subdirectory = std::forward<SubdirectoryT>(value); }
89 template<
typename SubdirectoryT = Aws::String>
102 template<
typename TagsT = Aws::Vector<TagListEntry>>
103 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
104 template<
typename TagsT = Aws::Vector<TagListEntry>>
106 template<
typename TagsT = TagListEntry>
112 bool m_fsxFilesystemArnHasBeenSet =
false;
115 bool m_protocolHasBeenSet =
false;
118 bool m_securityGroupArnsHasBeenSet =
false;
121 bool m_subdirectoryHasBeenSet =
false;
124 bool m_tagsHasBeenSet =
false;
void SetProtocol(ProtocolT &&value)
CreateLocationFsxOpenZfsRequest & AddTags(TagsT &&value)
CreateLocationFsxOpenZfsRequest & WithSubdirectory(SubdirectoryT &&value)
AWS_DATASYNC_API Aws::String SerializePayload() const override
const Aws::Vector< TagListEntry > & GetTags() const
virtual const char * GetServiceRequestName() const override
AWS_DATASYNC_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetTags(TagsT &&value)
void SetSecurityGroupArns(SecurityGroupArnsT &&value)
CreateLocationFsxOpenZfsRequest & WithFsxFilesystemArn(FsxFilesystemArnT &&value)
const Aws::String & GetFsxFilesystemArn() const
bool TagsHasBeenSet() const
const Aws::String & GetSubdirectory() const
bool ProtocolHasBeenSet() const
void SetSubdirectory(SubdirectoryT &&value)
CreateLocationFsxOpenZfsRequest & WithProtocol(ProtocolT &&value)
CreateLocationFsxOpenZfsRequest & WithTags(TagsT &&value)
CreateLocationFsxOpenZfsRequest & WithSecurityGroupArns(SecurityGroupArnsT &&value)
void SetFsxFilesystemArn(FsxFilesystemArnT &&value)
bool FsxFilesystemArnHasBeenSet() const
const FsxProtocol & GetProtocol() const
CreateLocationFsxOpenZfsRequest & AddSecurityGroupArns(SecurityGroupArnsT &&value)
AWS_DATASYNC_API CreateLocationFsxOpenZfsRequest()=default
const Aws::Vector< Aws::String > & GetSecurityGroupArns() const
bool SecurityGroupArnsHasBeenSet() const
bool SubdirectoryHasBeenSet() const
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