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