@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ThingTypeDefinition extends Object implements Serializable, Cloneable, StructuredPojo
The definition of the thing type, including thing type name and description.
| Constructor and Description |
|---|
ThingTypeDefinition() |
| Modifier and Type | Method and Description |
|---|---|
ThingTypeDefinition |
clone() |
boolean |
equals(Object obj) |
String |
getThingTypeArn()
The thing type ARN.
|
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 for the thing type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setThingTypeArn(String thingTypeArn)
The thing type ARN.
|
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 for the thing type.
|
String |
toString()
Returns a string representation of this object.
|
ThingTypeDefinition |
withThingTypeArn(String thingTypeArn)
The thing type ARN.
|
ThingTypeDefinition |
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.
|
ThingTypeDefinition |
withThingTypeName(String thingTypeName)
The name of the thing type.
|
ThingTypeDefinition |
withThingTypeProperties(ThingTypeProperties thingTypeProperties)
The ThingTypeProperties for the thing type.
|
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 ThingTypeDefinition withThingTypeName(String thingTypeName)
The name of the thing type.
thingTypeName - The name of the thing type.public void setThingTypeArn(String thingTypeArn)
The thing type ARN.
thingTypeArn - The thing type ARN.public String getThingTypeArn()
The thing type ARN.
public ThingTypeDefinition withThingTypeArn(String thingTypeArn)
The thing type ARN.
thingTypeArn - The thing type ARN.public void setThingTypeProperties(ThingTypeProperties thingTypeProperties)
The ThingTypeProperties for the thing type.
thingTypeProperties - The ThingTypeProperties for the thing type.public ThingTypeProperties getThingTypeProperties()
The ThingTypeProperties for the thing type.
public ThingTypeDefinition withThingTypeProperties(ThingTypeProperties thingTypeProperties)
The ThingTypeProperties for the thing type.
thingTypeProperties - The ThingTypeProperties for the thing type.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 ThingTypeDefinition 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 ObjectObject.toString()public ThingTypeDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.