@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateClientDeviceFromCoreDeviceEntry extends Object implements Serializable, Cloneable, StructuredPojo
Contains a request to disassociate a client device from a core device. The BatchDisassociateClientDeviceWithCoreDevice operation consumes a list of these requests.
| Constructor and Description |
|---|
DisassociateClientDeviceFromCoreDeviceEntry() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateClientDeviceFromCoreDeviceEntry |
clone() |
boolean |
equals(Object obj) |
String |
getThingName()
The name of the IoT thing that represents the client device to disassociate.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setThingName(String thingName)
The name of the IoT thing that represents the client device to disassociate.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateClientDeviceFromCoreDeviceEntry |
withThingName(String thingName)
The name of the IoT thing that represents the client device to disassociate.
|
public DisassociateClientDeviceFromCoreDeviceEntry()
public void setThingName(String thingName)
The name of the IoT thing that represents the client device to disassociate.
thingName - The name of the IoT thing that represents the client device to disassociate.public String getThingName()
The name of the IoT thing that represents the client device to disassociate.
public DisassociateClientDeviceFromCoreDeviceEntry withThingName(String thingName)
The name of the IoT thing that represents the client device to disassociate.
thingName - The name of the IoT thing that represents the client device to disassociate.public String toString()
toString in class ObjectObject.toString()public DisassociateClientDeviceFromCoreDeviceEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.