Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeprecateThingTypeRequest.Builder,DeprecateThingTypeRequest>
@Generated("software.amazon.awssdk:codegen") public class DeprecateThingTypeRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeprecateThingTypeRequest.Builder,DeprecateThingTypeRequest>
The input for the DeprecateThingType operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeprecateThingTypeRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DeprecateThingTypeRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DeprecateThingTypeRequest.Builder> |
serializableBuilderClass() |
|
String |
thingTypeName() |
The name of the thing type to deprecate.
|
DeprecateThingTypeRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Boolean |
undoDeprecate() |
Whether to undeprecate a deprecated thing type.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String thingTypeName()
The name of the thing type to deprecate.
public Boolean undoDeprecate()
Whether to undeprecate a deprecated thing type. If true, the thing type will not be deprecated anymore and you can associate it with things.
public DeprecateThingTypeRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeprecateThingTypeRequest.Builder,DeprecateThingTypeRequest>
public static DeprecateThingTypeRequest.Builder builder()
public static Class<? extends DeprecateThingTypeRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.