@Generated(value="software.amazon.awssdk:codegen") public final class ConfirmDeviceResponse extends CognitoIdentityProviderResponse implements ToCopyableBuilder<ConfirmDeviceResponse.Builder,ConfirmDeviceResponse>
Confirms the device response.
Modifier and Type | Class and Description |
---|---|
static interface |
ConfirmDeviceResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static ConfirmDeviceResponse.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 ConfirmDeviceResponse.Builder> |
serializableBuilderClass() |
ConfirmDeviceResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
userConfirmationNecessary()
Indicates whether the user confirmation is necessary to confirm the device response.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public Boolean userConfirmationNecessary()
Indicates whether the user confirmation is necessary to confirm the device response.
public ConfirmDeviceResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ConfirmDeviceResponse.Builder,ConfirmDeviceResponse>
toBuilder
in class AwsResponse
public static ConfirmDeviceResponse.Builder builder()
public static Class<? extends ConfirmDeviceResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsResponse
public boolean equals(Object obj)
equals
in class AwsResponse
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2020. All rights reserved.