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>
47 template<
typename SubdirectoryT = Aws::String>
48 void SetSubdirectory(SubdirectoryT&& value) { m_subdirectoryHasBeenSet =
true; m_subdirectory = std::forward<SubdirectoryT>(value); }
49 template<
typename SubdirectoryT = Aws::String>
60 template<
typename FsxFilesystemArnT = Aws::String>
61 void SetFsxFilesystemArn(FsxFilesystemArnT&& value) { m_fsxFilesystemArnHasBeenSet =
true; m_fsxFilesystemArn = std::forward<FsxFilesystemArnT>(value); }
62 template<
typename FsxFilesystemArnT = Aws::String>
82 template<
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
83 void SetSecurityGroupArns(SecurityGroupArnsT&& value) { m_securityGroupArnsHasBeenSet =
true; m_securityGroupArns = std::forward<SecurityGroupArnsT>(value); }
84 template<
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
86 template<
typename SecurityGroupArnsT = Aws::String>
98 template<
typename TagsT = Aws::Vector<TagListEntry>>
99 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
100 template<
typename TagsT = Aws::Vector<TagListEntry>>
102 template<
typename TagsT = TagListEntry>
117 template<
typename UserT = Aws::String>
118 void SetUser(UserT&& value) { m_userHasBeenSet =
true; m_user = std::forward<UserT>(value); }
119 template<
typename UserT = Aws::String>
132 template<
typename DomainT = Aws::String>
133 void SetDomain(DomainT&& value) { m_domainHasBeenSet =
true; m_domain = std::forward<DomainT>(value); }
134 template<
typename DomainT = Aws::String>
146 template<
typename PasswordT = Aws::String>
147 void SetPassword(PasswordT&& value) { m_passwordHasBeenSet =
true; m_password = std::forward<PasswordT>(value); }
148 template<
typename PasswordT = Aws::String>
154 bool m_subdirectoryHasBeenSet =
false;
157 bool m_fsxFilesystemArnHasBeenSet =
false;
160 bool m_securityGroupArnsHasBeenSet =
false;
163 bool m_tagsHasBeenSet =
false;
166 bool m_userHasBeenSet =
false;
169 bool m_domainHasBeenSet =
false;
172 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