@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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) |
String |
getThingTypeArn()
The thing type ARN.
|
String |
getThingTypeId()
The thing type ID.
|
ThingTypeMetadata |
getThingTypeMetadata()
The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a
value indicating whether the thing type is deprecated, and a date and time when it was deprecated.
|
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 |
setThingTypeArn(String thingTypeArn)
The thing type ARN.
|
void |
setThingTypeId(String thingTypeId)
The thing type ID.
|
void |
setThingTypeMetadata(ThingTypeMetadata thingTypeMetadata)
The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a
value indicating whether the thing type is deprecated, and a date and time when it was deprecated.
|
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.
|
DescribeThingTypeResult |
withThingTypeArn(String thingTypeArn)
The thing type ARN.
|
DescribeThingTypeResult |
withThingTypeId(String thingTypeId)
The thing type ID.
|
DescribeThingTypeResult |
withThingTypeMetadata(ThingTypeMetadata thingTypeMetadata)
The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a
value indicating whether the thing type is deprecated, and a date and time when it was deprecated.
|
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, setSdkResponseMetadata
public 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 setThingTypeId(String thingTypeId)
The thing type ID.
thingTypeId
- The thing type ID.public String getThingTypeId()
The thing type ID.
public DescribeThingTypeResult withThingTypeId(String thingTypeId)
The thing type ID.
thingTypeId
- The thing type ID.public void setThingTypeArn(String thingTypeArn)
The thing type ARN.
thingTypeArn
- The thing type ARN.public String getThingTypeArn()
The thing type ARN.
public DescribeThingTypeResult withThingTypeArn(String thingTypeArn)
The thing type ARN.
thingTypeArn
- The thing type ARN.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)
The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a value indicating whether the thing type is deprecated, and a date and time when it was deprecated.
thingTypeMetadata
- The ThingTypeMetadata contains additional information about the thing type including: creation date and
time, a value indicating whether the thing type is deprecated, and a date and time when it was deprecated.public ThingTypeMetadata getThingTypeMetadata()
The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a value indicating whether the thing type is deprecated, and a date and time when it was deprecated.
public DescribeThingTypeResult withThingTypeMetadata(ThingTypeMetadata thingTypeMetadata)
The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a value indicating whether the thing type is deprecated, and a date and time when it was deprecated.
thingTypeMetadata
- The ThingTypeMetadata contains additional information about the thing type including: creation date and
time, a value indicating whether the thing type is deprecated, and a date and time when it was deprecated.public String toString()
toString
in class Object
Object.toString()
public DescribeThingTypeResult clone()