@Generated(value="software.amazon.awssdk:codegen") public final class AssociatedClientDevice extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssociatedClientDevice.Builder,AssociatedClientDevice>
Contains information about a client device that is associated to a core device for cloud discovery.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociatedClientDevice.Builder |
| Modifier and Type | Method and Description |
|---|---|
Instant |
associationTimestamp()
The time that the client device was associated, expressed in ISO 8601 format.
|
static AssociatedClientDevice.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 AssociatedClientDevice.Builder> |
serializableBuilderClass() |
String |
thingName()
The name of the IoT thing that represents the associated client device.
|
AssociatedClientDevice.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String thingName()
The name of the IoT thing that represents the associated client device.
public final Instant associationTimestamp()
The time that the client device was associated, expressed in ISO 8601 format.
public AssociatedClientDevice.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssociatedClientDevice.Builder,AssociatedClientDevice>public static AssociatedClientDevice.Builder builder()
public static Class<? extends AssociatedClientDevice.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.