ToCopyableBuilder<DescribeThingTypeResponse.Builder,DescribeThingTypeResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeThingTypeResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeThingTypeResponse.Builder,DescribeThingTypeResponse>
The output for the DescribeThingType operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeThingTypeResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeThingTypeResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DescribeThingTypeResponse.Builder> |
serializableBuilderClass() |
|
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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String thingTypeName()
The name of the thing type.
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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeThingTypeResponse.Builder,DescribeThingTypeResponse>
public static DescribeThingTypeResponse.Builder builder()
public static Class<? extends DescribeThingTypeResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.