@Generated(value="software.amazon.awssdk:codegen") public final class ChallengeResponseType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChallengeResponseType.Builder,ChallengeResponseType>
The challenge response type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChallengeResponseType.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ChallengeResponseType.Builder |
builder() |
ChallengeName |
challengeName()
The challenge name.
|
String |
challengeNameAsString()
The challenge name.
|
ChallengeResponse |
challengeResponse()
The challenge response.
|
String |
challengeResponseAsString()
The challenge response.
|
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 ChallengeResponseType.Builder> |
serializableBuilderClass() |
ChallengeResponseType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ChallengeName challengeName()
The challenge name.
If the service returns an enum value that is not available in the current SDK version, challengeName
will return ChallengeName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
challengeNameAsString().
ChallengeNamepublic final String challengeNameAsString()
The challenge name.
If the service returns an enum value that is not available in the current SDK version, challengeName
will return ChallengeName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
challengeNameAsString().
ChallengeNamepublic final ChallengeResponse challengeResponse()
The challenge response.
If the service returns an enum value that is not available in the current SDK version, challengeResponse
will return ChallengeResponse.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from challengeResponseAsString().
ChallengeResponsepublic final String challengeResponseAsString()
The challenge response.
If the service returns an enum value that is not available in the current SDK version, challengeResponse
will return ChallengeResponse.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from challengeResponseAsString().
ChallengeResponsepublic ChallengeResponseType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ChallengeResponseType.Builder,ChallengeResponseType>public static ChallengeResponseType.Builder builder()
public static Class<? extends ChallengeResponseType.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.