@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeprecateThingTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the DeprecateThingType operation.
NOOP| Constructor and Description |
|---|
DeprecateThingTypeRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeprecateThingTypeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getThingTypeName()
The name of the thing type to deprecate.
|
Boolean |
getUndoDeprecate()
Whether to undeprecate a deprecated thing type.
|
int |
hashCode() |
Boolean |
isUndoDeprecate()
Whether to undeprecate a deprecated thing type.
|
void |
setThingTypeName(String thingTypeName)
The name of the thing type to deprecate.
|
void |
setUndoDeprecate(Boolean undoDeprecate)
Whether to undeprecate a deprecated thing type.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeprecateThingTypeRequest |
withThingTypeName(String thingTypeName)
The name of the thing type to deprecate.
|
DeprecateThingTypeRequest |
withUndoDeprecate(Boolean undoDeprecate)
Whether to undeprecate a deprecated thing type.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setThingTypeName(String thingTypeName)
The name of the thing type to deprecate.
thingTypeName - The name of the thing type to deprecate.public String getThingTypeName()
The name of the thing type to deprecate.
public DeprecateThingTypeRequest withThingTypeName(String thingTypeName)
The name of the thing type to deprecate.
thingTypeName - The name of the thing type to deprecate.public void setUndoDeprecate(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.
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 Boolean getUndoDeprecate()
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 withUndoDeprecate(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.
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 Boolean isUndoDeprecate()
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 String toString()
toString in class ObjectObject.toString()public DeprecateThingTypeRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.