Cloneable, ReadLimitInfo, ToCopyableBuilder<DeleteThingRequest.Builder,DeleteThingRequest>@Generated("software.amazon.awssdk:codegen") public class DeleteThingRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteThingRequest.Builder,DeleteThingRequest>
The input for the DeleteThing operation.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DeleteThingRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static DeleteThingRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
Long |
expectedVersion() |
The expected version of the thing record in the registry.
|
int |
hashCode() |
|
static Class<? extends DeleteThingRequest.Builder> |
serializableBuilderClass() |
|
String |
thingName() |
The name of the thing to delete.
|
DeleteThingRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String thingName()
The name of the thing to delete.
public Long expectedVersion()
The expected version of the thing record in the registry. If the version of the record in the registry does not
match the expected version specified in the request, the DeleteThing request is rejected with a
VersionConflictException.
DeleteThing request is
rejected with a VersionConflictException.public DeleteThingRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DeleteThingRequest.Builder,DeleteThingRequest>public static DeleteThingRequest.Builder builder()
public static Class<? extends DeleteThingRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.