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>
43 template <
typename SubdirectoryT = Aws::String>
45 m_subdirectoryHasBeenSet =
true;
46 m_subdirectory = std::forward<SubdirectoryT>(value);
48 template <
typename SubdirectoryT = Aws::String>
62 template <
typename FsxFilesystemArnT = Aws::String>
64 m_fsxFilesystemArnHasBeenSet =
true;
65 m_fsxFilesystemArn = std::forward<FsxFilesystemArnT>(value);
67 template <
typename FsxFilesystemArnT = Aws::String>
90 template <
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
92 m_securityGroupArnsHasBeenSet =
true;
93 m_securityGroupArns = std::forward<SecurityGroupArnsT>(value);
95 template <
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
100 template <
typename SecurityGroupArnsT = Aws::String>
102 m_securityGroupArnsHasBeenSet =
true;
103 m_securityGroupArns.emplace_back(std::forward<SecurityGroupArnsT>(value));
116 template <
typename TagsT = Aws::Vector<TagListEntry>>
118 m_tagsHasBeenSet =
true;
119 m_tags = std::forward<TagsT>(value);
121 template <
typename TagsT = Aws::Vector<TagListEntry>>
123 SetTags(std::forward<TagsT>(value));
126 template <
typename TagsT = TagListEntry>
128 m_tagsHasBeenSet =
true;
129 m_tags.emplace_back(std::forward<TagsT>(value));
145 template <
typename UserT = Aws::String>
147 m_userHasBeenSet =
true;
148 m_user = std::forward<UserT>(value);
150 template <
typename UserT = Aws::String>
152 SetUser(std::forward<UserT>(value));
166 template <
typename DomainT = Aws::String>
168 m_domainHasBeenSet =
true;
169 m_domain = std::forward<DomainT>(value);
171 template <
typename DomainT = Aws::String>
186 template <
typename PasswordT = Aws::String>
188 m_passwordHasBeenSet =
true;
189 m_password = std::forward<PasswordT>(value);
191 template <
typename PasswordT = Aws::String>
211 bool m_subdirectoryHasBeenSet =
false;
212 bool m_fsxFilesystemArnHasBeenSet =
false;
213 bool m_securityGroupArnsHasBeenSet =
false;
214 bool m_tagsHasBeenSet =
false;
215 bool m_userHasBeenSet =
false;
216 bool m_domainHasBeenSet =
false;
217 bool m_passwordHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
CreateLocationFsxWindowsRequest & WithSecurityGroupArns(SecurityGroupArnsT &&value)
bool TagsHasBeenSet() const
AWS_DATASYNC_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetSecurityGroupArns(SecurityGroupArnsT &&value)
const Aws::String & GetDomain() const
bool UserHasBeenSet() const
bool PasswordHasBeenSet() const
CreateLocationFsxWindowsRequest & WithTags(TagsT &&value)
bool SecurityGroupArnsHasBeenSet() const
void SetDomain(DomainT &&value)
const Aws::String & GetSubdirectory() const
bool FsxFilesystemArnHasBeenSet() const
const Aws::Vector< TagListEntry > & GetTags() const
void SetUser(UserT &&value)
CreateLocationFsxWindowsRequest & WithUser(UserT &&value)
void SetSubdirectory(SubdirectoryT &&value)
CreateLocationFsxWindowsRequest & AddTags(TagsT &&value)
const Aws::String & GetUser() const
const Aws::Vector< Aws::String > & GetSecurityGroupArns() const
CreateLocationFsxWindowsRequest & WithDomain(DomainT &&value)
const Aws::String & GetFsxFilesystemArn() const
void SetPassword(PasswordT &&value)
CreateLocationFsxWindowsRequest & WithSubdirectory(SubdirectoryT &&value)
void SetFsxFilesystemArn(FsxFilesystemArnT &&value)
CreateLocationFsxWindowsRequest & AddSecurityGroupArns(SecurityGroupArnsT &&value)
AWS_DATASYNC_API Aws::String SerializePayload() const override
AWS_DATASYNC_API CreateLocationFsxWindowsRequest()=default
CreateLocationFsxWindowsRequest & WithPassword(PasswordT &&value)
const Aws::String & GetPassword() const
void SetTags(TagsT &&value)
CreateLocationFsxWindowsRequest & WithFsxFilesystemArn(FsxFilesystemArnT &&value)
bool SubdirectoryHasBeenSet() const
bool DomainHasBeenSet() 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