Class AssociatedClientDevice
- java.lang.Object
-
- software.amazon.awssdk.services.greengrassv2.model.AssociatedClientDevice
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AssociatedClientDevice.Builder,AssociatedClientDevice>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAssociatedClientDevice.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InstantassociationTimestamp()The time that the client device was associated, expressed in ISO 8601 format.static AssociatedClientDevice.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AssociatedClientDevice.Builder>serializableBuilderClass()StringthingName()The name of the IoT thing that represents the associated client device.AssociatedClientDevice.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
thingName
public final String thingName()
The name of the IoT thing that represents the associated client device.
- Returns:
- The name of the IoT thing that represents the associated client device.
-
associationTimestamp
public final Instant associationTimestamp()
The time that the client device was associated, expressed in ISO 8601 format.
- Returns:
- The time that the client device was associated, expressed in ISO 8601 format.
-
toBuilder
public AssociatedClientDevice.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AssociatedClientDevice.Builder,AssociatedClientDevice>
-
builder
public static AssociatedClientDevice.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssociatedClientDevice.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-