Class AssociateClientDeviceWithCoreDeviceEntry
- java.lang.Object
-
- software.amazon.awssdk.services.greengrassv2.model.AssociateClientDeviceWithCoreDeviceEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AssociateClientDeviceWithCoreDeviceEntry.Builder,AssociateClientDeviceWithCoreDeviceEntry>
@Generated("software.amazon.awssdk:codegen") public final class AssociateClientDeviceWithCoreDeviceEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssociateClientDeviceWithCoreDeviceEntry.Builder,AssociateClientDeviceWithCoreDeviceEntry>
Contains a request to associate a client device with a core device. The BatchAssociateClientDeviceWithCoreDevice operation consumes a list of these requests.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAssociateClientDeviceWithCoreDeviceEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssociateClientDeviceWithCoreDeviceEntry.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AssociateClientDeviceWithCoreDeviceEntry.Builder>serializableBuilderClass()StringthingName()The name of the IoT thing that represents the client device to associate.AssociateClientDeviceWithCoreDeviceEntry.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 client device to associate.
- Returns:
- The name of the IoT thing that represents the client device to associate.
-
toBuilder
public AssociateClientDeviceWithCoreDeviceEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AssociateClientDeviceWithCoreDeviceEntry.Builder,AssociateClientDeviceWithCoreDeviceEntry>
-
builder
public static AssociateClientDeviceWithCoreDeviceEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssociateClientDeviceWithCoreDeviceEntry.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.
-
-