StructuredPojo, ToCopyableBuilder<DeviceConfigurationType.Builder,DeviceConfigurationType>@Generated("software.amazon.awssdk:codegen") public class DeviceConfigurationType extends Object implements StructuredPojo, ToCopyableBuilder<DeviceConfigurationType.Builder,DeviceConfigurationType>
The type of configuration for the user pool's device tracking.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DeviceConfigurationType.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static DeviceConfigurationType.Builder |
builder() |
|
Boolean |
challengeRequiredOnNewDevice() |
Indicates whether a challenge is required on a new device.
|
Boolean |
deviceOnlyRememberedOnUserPrompt() |
If true, a device is only remembered on user prompt.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends DeviceConfigurationType.Builder> |
serializableBuilderClass() |
|
DeviceConfigurationType.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public Boolean challengeRequiredOnNewDevice()
Indicates whether a challenge is required on a new device. Only applicable to a new device.
public Boolean deviceOnlyRememberedOnUserPrompt()
If true, a device is only remembered on user prompt.
public DeviceConfigurationType.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DeviceConfigurationType.Builder,DeviceConfigurationType>public static DeviceConfigurationType.Builder builder()
public static Class<? extends DeviceConfigurationType.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.