@Generated(value="software.amazon.awssdk:codegen") public final class ThingTypeDefinition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ThingTypeDefinition.Builder,ThingTypeDefinition>
The definition of the thing type, including thing type name and description.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ThingTypeDefinition.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ThingTypeDefinition.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 ThingTypeDefinition.Builder> |
serializableBuilderClass() |
String |
thingTypeArn()
The thing type ARN.
|
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 for the thing type.
|
ThingTypeDefinition.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String thingTypeName()
The name of the thing type.
public String thingTypeArn()
The thing type ARN.
public ThingTypeProperties thingTypeProperties()
The ThingTypeProperties for the thing type.
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 ThingTypeDefinition.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ThingTypeDefinition.Builder,ThingTypeDefinition>public static ThingTypeDefinition.Builder builder()
public static Class<? extends ThingTypeDefinition.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.