@Generated(value="software.amazon.awssdk:codegen") public final class TestIdentityProviderRequest extends TransferRequest implements ToCopyableBuilder<TestIdentityProviderRequest.Builder,TestIdentityProviderRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
TestIdentityProviderRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TestIdentityProviderRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TestIdentityProviderRequest.Builder> |
serializableBuilderClass() |
String |
serverId()
A system-assigned identifier for a specific server.
|
Protocol |
serverProtocol()
The type of file transfer protocol to be tested.
|
String |
serverProtocolAsString()
The type of file transfer protocol to be tested.
|
String |
sourceIp()
The source IP address of the user account to be tested.
|
TestIdentityProviderRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userName()
The name of the user account to be tested.
|
String |
userPassword()
The password of the user account to be tested.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String serverId()
A system-assigned identifier for a specific server. That server's user authentication method is tested with a user name and password.
public 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)
If the service returns an enum value that is not available in the current SDK version, serverProtocol
will return Protocol.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
serverProtocolAsString().
The available protocols are:
Secure Shell (SSH) File Transfer Protocol (SFTP)
File Transfer Protocol Secure (FTPS)
File Transfer Protocol (FTP)
Protocolpublic String serverProtocolAsString()
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)
If the service returns an enum value that is not available in the current SDK version, serverProtocol
will return Protocol.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
serverProtocolAsString().
The available protocols are:
Secure Shell (SSH) File Transfer Protocol (SFTP)
File Transfer Protocol Secure (FTPS)
File Transfer Protocol (FTP)
Protocolpublic String sourceIp()
The source IP address of the user account to be tested.
public String userName()
The name of the user account to be tested.
public String userPassword()
The password of the user account to be tested.
public TestIdentityProviderRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TestIdentityProviderRequest.Builder,TestIdentityProviderRequest>toBuilder in class TransferRequestpublic static TestIdentityProviderRequest.Builder builder()
public static Class<? extends TestIdentityProviderRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.