@Generated(value="software.amazon.awssdk:codegen") public final class DeleteEntityRequest extends IoTTwinMakerRequest implements ToCopyableBuilder<DeleteEntityRequest.Builder,DeleteEntityRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteEntityRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteEntityRequest.Builder |
builder() |
String |
entityId()
The ID of the entity to delete.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isRecursive()
A Boolean value that specifies whether the operation deletes child entities.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteEntityRequest.Builder> |
serializableBuilderClass() |
DeleteEntityRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workspaceId()
The ID of the workspace that contains the entity to delete.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String entityId()
The ID of the entity to delete.
public final Boolean isRecursive()
A Boolean value that specifies whether the operation deletes child entities.
public final String workspaceId()
The ID of the workspace that contains the entity to delete.
public DeleteEntityRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteEntityRequest.Builder,DeleteEntityRequest>toBuilder in class IoTTwinMakerRequestpublic static DeleteEntityRequest.Builder builder()
public static Class<? extends DeleteEntityRequest.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 © 2022. All rights reserved.