@Generated(value="software.amazon.awssdk:codegen") public final class DisassociateAssetsRequest extends IoTSiteWiseRequest implements ToCopyableBuilder<DisassociateAssetsRequest.Builder,DisassociateAssetsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DisassociateAssetsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
assetId()
The ID of the parent asset from which to disassociate the child asset.
|
static DisassociateAssetsRequest.Builder |
builder() |
String |
childAssetId()
The ID of the child asset to disassociate.
|
String |
clientToken()
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
hierarchyId()
The ID of a hierarchy in the parent asset's model.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DisassociateAssetsRequest.Builder> |
serializableBuilderClass() |
DisassociateAssetsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String assetId()
The ID of the parent asset from which to disassociate the child asset.
public final String hierarchyId()
The ID of a hierarchy in the parent asset's model. Hierarchies allow different groupings of assets to be formed that all come from the same asset model. You can use the hierarchy ID to identify the correct asset to disassociate. For more information, see Asset hierarchies in the AWS IoT SiteWise User Guide.
public final String childAssetId()
The ID of the child asset to disassociate.
public final String clientToken()
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
public DisassociateAssetsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DisassociateAssetsRequest.Builder,DisassociateAssetsRequest>toBuilder in class IoTSiteWiseRequestpublic static DisassociateAssetsRequest.Builder builder()
public static Class<? extends DisassociateAssetsRequest.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 © 2021. All rights reserved.