@Generated(value="software.amazon.awssdk:codegen") public final class DescribeThingTypeResponse extends IotResponse implements ToCopyableBuilder<DescribeThingTypeResponse.Builder,DescribeThingTypeResponse>
The output for the DescribeThingType operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeThingTypeResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeThingTypeResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeThingTypeResponse.Builder> |
serializableBuilderClass() |
String |
thingTypeArn()
The thing type ARN.
|
String |
thingTypeId()
The thing type ID.
|
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.
|
String |
thingTypeName()
The name of the thing type.
|
ThingTypeProperties |
thingTypeProperties()
The ThingTypeProperties contains information about the thing type including description, and a list of searchable
thing attribute names.
|
DescribeThingTypeResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String thingTypeName()
The name of the thing type.
public String thingTypeId()
The thing type ID.
public String thingTypeArn()
The thing type ARN.
public ThingTypeProperties thingTypeProperties()
The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.
public 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.
public DescribeThingTypeResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeThingTypeResponse.Builder,DescribeThingTypeResponse>toBuilder in class AwsResponsepublic static DescribeThingTypeResponse.Builder builder()
public static Class<? extends DescribeThingTypeResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.