public class DescribeThingTypeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The output for the DescribeThingType operation.
| Constructor and Description |
|---|
DescribeThingTypeResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeThingTypeResult |
clone() |
boolean |
equals(Object obj) |
ThingTypeMetadata |
getThingTypeMetadata() |
String |
getThingTypeName()
The name of the thing type.
|
ThingTypeProperties |
getThingTypeProperties()
The ThingTypeProperties contains information about the thing type including description, and a list of searchable
thing attribute names.
|
int |
hashCode() |
void |
setThingTypeMetadata(ThingTypeMetadata thingTypeMetadata) |
void |
setThingTypeName(String thingTypeName)
The name of the thing type.
|
void |
setThingTypeProperties(ThingTypeProperties thingTypeProperties)
The ThingTypeProperties contains information about the thing type including description, and a list of searchable
thing attribute names.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeThingTypeResult |
withThingTypeMetadata(ThingTypeMetadata thingTypeMetadata) |
DescribeThingTypeResult |
withThingTypeName(String thingTypeName)
The name of the thing type.
|
DescribeThingTypeResult |
withThingTypeProperties(ThingTypeProperties thingTypeProperties)
The ThingTypeProperties contains information about the thing type including description, and a list of searchable
thing attribute names.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 DescribeThingTypeResult withThingTypeName(String thingTypeName)
The name of the thing type.
thingTypeName - The name of the thing type.public void setThingTypeProperties(ThingTypeProperties thingTypeProperties)
The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.
thingTypeProperties - The ThingTypeProperties contains information about the thing type including description, and a list of
searchable thing attribute names.public ThingTypeProperties getThingTypeProperties()
The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.
public DescribeThingTypeResult withThingTypeProperties(ThingTypeProperties thingTypeProperties)
The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.
thingTypeProperties - The ThingTypeProperties contains information about the thing type including description, and a list of
searchable thing attribute names.public void setThingTypeMetadata(ThingTypeMetadata thingTypeMetadata)
thingTypeMetadata - public ThingTypeMetadata getThingTypeMetadata()
public DescribeThingTypeResult withThingTypeMetadata(ThingTypeMetadata thingTypeMetadata)
thingTypeMetadata - public String toString()
toString in class ObjectObject.toString()public DescribeThingTypeResult clone()
Copyright © 2016. All rights reserved.