@Generated(value="software.amazon.awssdk:codegen") public final class BatchDisassociateProjectAssetsRequest extends IoTSiteWiseRequest implements ToCopyableBuilder<BatchDisassociateProjectAssetsRequest.Builder,BatchDisassociateProjectAssetsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchDisassociateProjectAssetsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
assetIds()
The IDs of the assets to be disassociated from the project.
|
static BatchDisassociateProjectAssetsRequest.Builder |
builder() |
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) |
boolean |
hasAssetIds()
Returns true if the AssetIds property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
String |
projectId()
The ID of the project from which to disassociate the assets.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchDisassociateProjectAssetsRequest.Builder> |
serializableBuilderClass() |
BatchDisassociateProjectAssetsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String projectId()
The ID of the project from which to disassociate the assets.
public final boolean hasAssetIds()
public final List<String> assetIds()
The IDs of the assets to be disassociated from the project.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAssetIds() to see if a value was sent in this field.
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 BatchDisassociateProjectAssetsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchDisassociateProjectAssetsRequest.Builder,BatchDisassociateProjectAssetsRequest>toBuilder in class IoTSiteWiseRequestpublic static BatchDisassociateProjectAssetsRequest.Builder builder()
public static Class<? extends BatchDisassociateProjectAssetsRequest.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.