7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/awstransfer/TransferRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/awstransfer/model/Protocol.h>
45 template<
typename ServerIdT = Aws::String>
46 void SetServerId(ServerIdT&& value) { m_serverIdHasBeenSet =
true; m_serverId = std::forward<ServerIdT>(value); }
47 template<
typename ServerIdT = Aws::String>
71 template<
typename SourceIpT = Aws::String>
72 void SetSourceIp(SourceIpT&& value) { m_sourceIpHasBeenSet =
true; m_sourceIp = std::forward<SourceIpT>(value); }
73 template<
typename SourceIpT = Aws::String>
83 template<
typename UserNameT = Aws::String>
84 void SetUserName(UserNameT&& value) { m_userNameHasBeenSet =
true; m_userName = std::forward<UserNameT>(value); }
85 template<
typename UserNameT = Aws::String>
95 template<
typename UserPasswordT = Aws::String>
96 void SetUserPassword(UserPasswordT&& value) { m_userPasswordHasBeenSet =
true; m_userPassword = std::forward<UserPasswordT>(value); }
97 template<
typename UserPasswordT = Aws::String>
103 bool m_serverIdHasBeenSet =
false;
106 bool m_serverProtocolHasBeenSet =
false;
109 bool m_sourceIpHasBeenSet =
false;
112 bool m_userNameHasBeenSet =
false;
115 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