@Generated(value="software.amazon.awssdk:codegen") public final class DisassociateDeviceFromPlacementRequest extends Iot1ClickProjectsRequest implements ToCopyableBuilder<DisassociateDeviceFromPlacementRequest.Builder,DisassociateDeviceFromPlacementRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DisassociateDeviceFromPlacementRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DisassociateDeviceFromPlacementRequest.Builder |
builder() |
String |
deviceTemplateName()
The device ID that should be removed from the placement.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
placementName()
The name of the placement that the device should be removed from.
|
String |
projectName()
The name of the project that contains the placement.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DisassociateDeviceFromPlacementRequest.Builder> |
serializableBuilderClass() |
DisassociateDeviceFromPlacementRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String projectName()
The name of the project that contains the placement.
public final String placementName()
The name of the placement that the device should be removed from.
public final String deviceTemplateName()
The device ID that should be removed from the placement.
public DisassociateDeviceFromPlacementRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DisassociateDeviceFromPlacementRequest.Builder,DisassociateDeviceFromPlacementRequest>toBuilder in class Iot1ClickProjectsRequestpublic static DisassociateDeviceFromPlacementRequest.Builder builder()
public static Class<? extends DisassociateDeviceFromPlacementRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.