StructuredPojo
, ToCopyableBuilder<ThingTypeDefinition.Builder,ThingTypeDefinition>
@Generated("software.amazon.awssdk:codegen") public class ThingTypeDefinition extends Object implements StructuredPojo, ToCopyableBuilder<ThingTypeDefinition.Builder,ThingTypeDefinition>
The definition of the thing type, including thing type name and description.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ThingTypeDefinition.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ThingTypeDefinition.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends ThingTypeDefinition.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 for the thing type.
|
ThingTypeDefinition.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String thingTypeName()
The name of the thing type.
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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ThingTypeDefinition.Builder,ThingTypeDefinition>
public static ThingTypeDefinition.Builder builder()
public static Class<? extends ThingTypeDefinition.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.