7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datasync/DataSyncRequest.h>
9#include <aws/datasync/DataSync_EXPORTS.h>
40 template <
typename LocationArnT = Aws::String>
42 m_locationArnHasBeenSet =
true;
43 m_locationArn = std::forward<LocationArnT>(value);
45 template <
typename LocationArnT = Aws::String>
60 template <
typename SubdirectoryT = Aws::String>
62 m_subdirectoryHasBeenSet =
true;
63 m_subdirectory = std::forward<SubdirectoryT>(value);
65 template <
typename SubdirectoryT = Aws::String>
81 template <
typename DomainT = Aws::String>
83 m_domainHasBeenSet =
true;
84 m_domain = std::forward<DomainT>(value);
86 template <
typename DomainT = Aws::String>
104 template <
typename UserT = Aws::String>
106 m_userHasBeenSet =
true;
107 m_user = std::forward<UserT>(value);
109 template <
typename UserT = Aws::String>
111 SetUser(std::forward<UserT>(value));
124 template <
typename PasswordT = Aws::String>
126 m_passwordHasBeenSet =
true;
127 m_password = std::forward<PasswordT>(value);
129 template <
typename PasswordT = Aws::String>
145 bool m_locationArnHasBeenSet =
false;
146 bool m_subdirectoryHasBeenSet =
false;
147 bool m_domainHasBeenSet =
false;
148 bool m_userHasBeenSet =
false;
149 bool m_passwordHasBeenSet =
false;
const Aws::String & GetSubdirectory() const
UpdateLocationFsxWindowsRequest & WithUser(UserT &&value)
const Aws::String & GetLocationArn() const
void SetDomain(DomainT &&value)
UpdateLocationFsxWindowsRequest & WithPassword(PasswordT &&value)
AWS_DATASYNC_API Aws::String SerializePayload() const override
void SetLocationArn(LocationArnT &&value)
UpdateLocationFsxWindowsRequest & WithLocationArn(LocationArnT &&value)
bool PasswordHasBeenSet() const
bool DomainHasBeenSet() const
bool SubdirectoryHasBeenSet() const
const Aws::String & GetPassword() const
const Aws::String & GetUser() const
virtual const char * GetServiceRequestName() const override
void SetPassword(PasswordT &&value)
void SetUser(UserT &&value)
bool LocationArnHasBeenSet() const
void SetSubdirectory(SubdirectoryT &&value)
bool UserHasBeenSet() const
UpdateLocationFsxWindowsRequest & WithSubdirectory(SubdirectoryT &&value)
AWS_DATASYNC_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetDomain() const
UpdateLocationFsxWindowsRequest & WithDomain(DomainT &&value)
AWS_DATASYNC_API UpdateLocationFsxWindowsRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String