@Generated(value="software.amazon.awssdk:codegen") public final class TestIdentityProviderResponse extends TransferResponse implements ToCopyableBuilder<TestIdentityProviderResponse.Builder,TestIdentityProviderResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
TestIdentityProviderResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TestIdentityProviderResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
A message that indicates whether the test was successful or not.
|
String |
response()
The response that is returned from your API Gateway or your Lambda function.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TestIdentityProviderResponse.Builder> |
serializableBuilderClass() |
Integer |
statusCode()
The HTTP status code that is the response from your API Gateway or your Lambda function.
|
TestIdentityProviderResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
url()
The endpoint of the service used to authenticate a user.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String response()
The response that is returned from your API Gateway or your Lambda function.
public final Integer statusCode()
The HTTP status code that is the response from your API Gateway or your Lambda function.
public final String message()
A message that indicates whether the test was successful or not.
If an empty string is returned, the most likely cause is that the authentication failed due to an incorrect username or password.
If an empty string is returned, the most likely cause is that the authentication failed due to an incorrect username or password.
public final String url()
The endpoint of the service used to authenticate a user.
public TestIdentityProviderResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TestIdentityProviderResponse.Builder,TestIdentityProviderResponse>toBuilder in class AwsResponsepublic static TestIdentityProviderResponse.Builder builder()
public static Class<? extends TestIdentityProviderResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.