7#include <aws/awstransfer/TransferRequest.h>
8#include <aws/awstransfer/Transfer_EXPORTS.h>
9#include <aws/awstransfer/model/Protocol.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename ServerIdT = Aws::String>
43 m_serverIdHasBeenSet =
true;
44 m_serverId = std::forward<ServerIdT>(value);
46 template <
typename ServerIdT = Aws::String>
64 m_serverProtocolHasBeenSet =
true;
65 m_serverProtocol = value;
79 template <
typename SourceIpT = Aws::String>
81 m_sourceIpHasBeenSet =
true;
82 m_sourceIp = std::forward<SourceIpT>(value);
84 template <
typename SourceIpT = Aws::String>
97 template <
typename UserNameT = Aws::String>
99 m_userNameHasBeenSet =
true;
100 m_userName = std::forward<UserNameT>(value);
102 template <
typename UserNameT = Aws::String>
115 template <
typename UserPasswordT = Aws::String>
117 m_userPasswordHasBeenSet =
true;
118 m_userPassword = std::forward<UserPasswordT>(value);
120 template <
typename UserPasswordT = Aws::String>
136 bool m_serverIdHasBeenSet =
false;
137 bool m_serverProtocolHasBeenSet =
false;
138 bool m_sourceIpHasBeenSet =
false;
139 bool m_userNameHasBeenSet =
false;
140 bool m_userPasswordHasBeenSet =
false;
TestIdentityProviderRequest & WithServerProtocol(Protocol value)
bool SourceIpHasBeenSet() const
bool UserPasswordHasBeenSet() const
bool ServerIdHasBeenSet() const
const Aws::String & GetServerId() const
void SetUserName(UserNameT &&value)
AWS_TRANSFER_API TestIdentityProviderRequest()=default
bool ServerProtocolHasBeenSet() const
const Aws::String & GetUserPassword() const
AWS_TRANSFER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetSourceIp() const
AWS_TRANSFER_API Aws::String SerializePayload() const override
void SetSourceIp(SourceIpT &&value)
void SetServerProtocol(Protocol value)
TestIdentityProviderRequest & WithUserName(UserNameT &&value)
TestIdentityProviderRequest & WithServerId(ServerIdT &&value)
TestIdentityProviderRequest & WithSourceIp(SourceIpT &&value)
const Aws::String & GetUserName() const
bool UserNameHasBeenSet() const
void SetServerId(ServerIdT &&value)
TestIdentityProviderRequest & WithUserPassword(UserPasswordT &&value)
void SetUserPassword(UserPasswordT &&value)
Protocol GetServerProtocol() const
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String