public class CreateThingTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the CreateThingType operation.
NOOP| Constructor and Description |
|---|
CreateThingTypeRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateThingTypeRequest |
clone() |
boolean |
equals(Object obj) |
String |
getThingTypeName()
The name of the thing type.
|
ThingTypeProperties |
getThingTypeProperties()
The ThingTypeProperties for the thing type to create.
|
int |
hashCode() |
void |
setThingTypeName(String thingTypeName)
The name of the thing type.
|
void |
setThingTypeProperties(ThingTypeProperties thingTypeProperties)
The ThingTypeProperties for the thing type to create.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateThingTypeRequest |
withThingTypeName(String thingTypeName)
The name of the thing type.
|
CreateThingTypeRequest |
withThingTypeProperties(ThingTypeProperties thingTypeProperties)
The ThingTypeProperties for the thing type to create.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, 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.
thingTypeName - The name of the thing type.public String getThingTypeName()
The name of the thing type.
public CreateThingTypeRequest withThingTypeName(String thingTypeName)
The name of the thing type.
thingTypeName - The name of the thing type.public void setThingTypeProperties(ThingTypeProperties thingTypeProperties)
The ThingTypeProperties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.
thingTypeProperties - The ThingTypeProperties for the thing type to create. It contains information about the new thing type
including a description, and a list of searchable thing attribute names.public ThingTypeProperties getThingTypeProperties()
The ThingTypeProperties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.
public CreateThingTypeRequest withThingTypeProperties(ThingTypeProperties thingTypeProperties)
The ThingTypeProperties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names.
thingTypeProperties - The ThingTypeProperties for the thing type to create. It contains information about the new thing type
including a description, and a list of searchable thing attribute names.public String toString()
toString in class ObjectObject.toString()public CreateThingTypeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.