@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() |
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, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, 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()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.