@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestIdentityProviderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
TestIdentityProviderRequest() |
| Modifier and Type | Method and Description |
|---|---|
TestIdentityProviderRequest |
clone() |
boolean |
equals(Object obj) |
String |
getServerId()
A system-assigned identifier for a specific file transfer protocol-enabled server.
|
String |
getServerProtocol()
The type of file transfer protocol to be tested.
|
String |
getUserName()
The name of the user account to be tested.
|
String |
getUserPassword()
The password of the user account to be tested.
|
int |
hashCode() |
void |
setServerId(String serverId)
A system-assigned identifier for a specific file transfer protocol-enabled server.
|
void |
setServerProtocol(String serverProtocol)
The type of file transfer protocol to be tested.
|
void |
setUserName(String userName)
The name of the user account to be tested.
|
void |
setUserPassword(String userPassword)
The password of the user account to be tested.
|
String |
toString()
Returns a string representation of this object.
|
TestIdentityProviderRequest |
withServerId(String serverId)
A system-assigned identifier for a specific file transfer protocol-enabled server.
|
TestIdentityProviderRequest |
withServerProtocol(Protocol serverProtocol)
The type of file transfer protocol to be tested.
|
TestIdentityProviderRequest |
withServerProtocol(String serverProtocol)
The type of file transfer protocol to be tested.
|
TestIdentityProviderRequest |
withUserName(String userName)
The name of the user account to be tested.
|
TestIdentityProviderRequest |
withUserPassword(String userPassword)
The password of the user account to be tested.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setServerId(String serverId)
A system-assigned identifier for a specific file transfer protocol-enabled server. That server's user authentication method is tested with a user name and password.
serverId - A system-assigned identifier for a specific file transfer protocol-enabled server. That server's user
authentication method is tested with a user name and password.public String getServerId()
A system-assigned identifier for a specific file transfer protocol-enabled server. That server's user authentication method is tested with a user name and password.
public TestIdentityProviderRequest withServerId(String serverId)
A system-assigned identifier for a specific file transfer protocol-enabled server. That server's user authentication method is tested with a user name and password.
serverId - A system-assigned identifier for a specific file transfer protocol-enabled server. That server's user
authentication method is tested with a user name and password.public void setUserName(String userName)
The name of the user account to be tested.
userName - The name of the user account to be tested.public String getUserName()
The name of the user account to be tested.
public TestIdentityProviderRequest withUserName(String userName)
The name of the user account to be tested.
userName - The name of the user account to be tested.public void setUserPassword(String userPassword)
The password of the user account to be tested.
userPassword - The password of the user account to be tested.public String getUserPassword()
The password of the user account to be tested.
public TestIdentityProviderRequest withUserPassword(String userPassword)
The password of the user account to be tested.
userPassword - The password of the user account to be tested.public void setServerProtocol(String serverProtocol)
The type of file transfer protocol to be tested.
The available protocols are:
Secure Shell (SSH) File Transfer Protocol (SFTP)
File Transfer Protocol Secure (FTPS)
File Transfer Protocol (FTP)
serverProtocol - The type of file transfer protocol to be tested.
The available protocols are:
Secure Shell (SSH) File Transfer Protocol (SFTP)
File Transfer Protocol Secure (FTPS)
File Transfer Protocol (FTP)
Protocolpublic String getServerProtocol()
The type of file transfer protocol to be tested.
The available protocols are:
Secure Shell (SSH) File Transfer Protocol (SFTP)
File Transfer Protocol Secure (FTPS)
File Transfer Protocol (FTP)
The available protocols are:
Secure Shell (SSH) File Transfer Protocol (SFTP)
File Transfer Protocol Secure (FTPS)
File Transfer Protocol (FTP)
Protocolpublic TestIdentityProviderRequest withServerProtocol(String serverProtocol)
The type of file transfer protocol to be tested.
The available protocols are:
Secure Shell (SSH) File Transfer Protocol (SFTP)
File Transfer Protocol Secure (FTPS)
File Transfer Protocol (FTP)
serverProtocol - The type of file transfer protocol to be tested.
The available protocols are:
Secure Shell (SSH) File Transfer Protocol (SFTP)
File Transfer Protocol Secure (FTPS)
File Transfer Protocol (FTP)
Protocolpublic TestIdentityProviderRequest withServerProtocol(Protocol serverProtocol)
The type of file transfer protocol to be tested.
The available protocols are:
Secure Shell (SSH) File Transfer Protocol (SFTP)
File Transfer Protocol Secure (FTPS)
File Transfer Protocol (FTP)
serverProtocol - The type of file transfer protocol to be tested.
The available protocols are:
Secure Shell (SSH) File Transfer Protocol (SFTP)
File Transfer Protocol Secure (FTPS)
File Transfer Protocol (FTP)
Protocolpublic String toString()
toString in class ObjectObject.toString()public TestIdentityProviderRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.