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/CmkSecretConfig.h>
12#include <aws/datasync/model/CustomSecretConfig.h>
13#include <aws/datasync/model/TagListEntry.h>
45 template <
typename SubdirectoryT = Aws::String>
47 m_subdirectoryHasBeenSet =
true;
48 m_subdirectory = std::forward<SubdirectoryT>(value);
50 template <
typename SubdirectoryT = Aws::String>
64 template <
typename FsxFilesystemArnT = Aws::String>
66 m_fsxFilesystemArnHasBeenSet =
true;
67 m_fsxFilesystemArn = std::forward<FsxFilesystemArnT>(value);
69 template <
typename FsxFilesystemArnT = Aws::String>
92 template <
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
94 m_securityGroupArnsHasBeenSet =
true;
95 m_securityGroupArns = std::forward<SecurityGroupArnsT>(value);
97 template <
typename SecurityGroupArnsT = Aws::Vector<Aws::String>>
102 template <
typename SecurityGroupArnsT = Aws::String>
104 m_securityGroupArnsHasBeenSet =
true;
105 m_securityGroupArns.emplace_back(std::forward<SecurityGroupArnsT>(value));
118 template <
typename TagsT = Aws::Vector<TagListEntry>>
120 m_tagsHasBeenSet =
true;
121 m_tags = std::forward<TagsT>(value);
123 template <
typename TagsT = Aws::Vector<TagListEntry>>
125 SetTags(std::forward<TagsT>(value));
128 template <
typename TagsT = TagListEntry>
130 m_tagsHasBeenSet =
true;
131 m_tags.emplace_back(std::forward<TagsT>(value));
147 template <
typename UserT = Aws::String>
149 m_userHasBeenSet =
true;
150 m_user = std::forward<UserT>(value);
152 template <
typename UserT = Aws::String>
154 SetUser(std::forward<UserT>(value));
168 template <
typename DomainT = Aws::String>
170 m_domainHasBeenSet =
true;
171 m_domain = std::forward<DomainT>(value);
173 template <
typename DomainT = Aws::String>
188 template <
typename PasswordT = Aws::String>
190 m_passwordHasBeenSet =
true;
191 m_password = std::forward<PasswordT>(value);
193 template <
typename PasswordT = Aws::String>
219 template <
typename CmkSecretConfigT = CmkSecretConfig>
221 m_cmkSecretConfigHasBeenSet =
true;
222 m_cmkSecretConfig = std::forward<CmkSecretConfigT>(value);
224 template <
typename CmkSecretConfigT = CmkSecretConfig>
247 template <
typename CustomSecretConfigT = CustomSecretConfig>
249 m_customSecretConfigHasBeenSet =
true;
250 m_customSecretConfig = std::forward<CustomSecretConfigT>(value);
252 template <
typename CustomSecretConfigT = CustomSecretConfig>
276 bool m_subdirectoryHasBeenSet =
false;
277 bool m_fsxFilesystemArnHasBeenSet =
false;
278 bool m_securityGroupArnsHasBeenSet =
false;
279 bool m_tagsHasBeenSet =
false;
280 bool m_userHasBeenSet =
false;
281 bool m_domainHasBeenSet =
false;
282 bool m_passwordHasBeenSet =
false;
283 bool m_cmkSecretConfigHasBeenSet =
false;
284 bool m_customSecretConfigHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
const CustomSecretConfig & GetCustomSecretConfig() const
CreateLocationFsxWindowsRequest & WithSecurityGroupArns(SecurityGroupArnsT &&value)
bool TagsHasBeenSet() const
void SetCustomSecretConfig(CustomSecretConfigT &&value)
bool CmkSecretConfigHasBeenSet() const
CreateLocationFsxWindowsRequest & WithCustomSecretConfig(CustomSecretConfigT &&value)
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
CreateLocationFsxWindowsRequest & WithCmkSecretConfig(CmkSecretConfigT &&value)
const CmkSecretConfig & GetCmkSecretConfig() 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)
bool CustomSecretConfigHasBeenSet() const
const Aws::String & GetPassword() const
void SetTags(TagsT &&value)
CreateLocationFsxWindowsRequest & WithFsxFilesystemArn(FsxFilesystemArnT &&value)
bool SubdirectoryHasBeenSet() const
bool DomainHasBeenSet() const
void SetCmkSecretConfig(CmkSecretConfigT &&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