@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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)
Protocol
public 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)
Protocol
public 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)
Protocol
public 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)
Protocol
public String toString()
toString
in class Object
Object.toString()
public TestIdentityProviderRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.