@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 account to be tested.
|
TestIdentityProviderRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userName()
The name of the account to be tested.
|
String |
userPassword()
The password of the account to be tested.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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 final 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)
Applicability Statement 2 (AS2)
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)
Applicability Statement 2 (AS2)
Protocolpublic final 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)
Applicability Statement 2 (AS2)
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)
Applicability Statement 2 (AS2)
Protocolpublic final String sourceIp()
The source IP address of the account to be tested.
public final String userName()
The name of the account to be tested.
public final String userPassword()
The password of the 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.