@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateThingTypeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The output of the CreateThingType operation.
Constructor and Description |
---|
CreateThingTypeResult() |
Modifier and Type | Method and Description |
---|---|
CreateThingTypeResult |
clone() |
boolean |
equals(Object obj) |
String |
getThingTypeArn()
The Amazon Resource Name (ARN) of the thing type.
|
String |
getThingTypeId()
The thing type ID.
|
String |
getThingTypeName()
The name of the thing type.
|
int |
hashCode() |
void |
setThingTypeArn(String thingTypeArn)
The Amazon Resource Name (ARN) of the thing type.
|
void |
setThingTypeId(String thingTypeId)
The thing type ID.
|
void |
setThingTypeName(String thingTypeName)
The name of the thing type.
|
String |
toString()
Returns a string representation of this object.
|
CreateThingTypeResult |
withThingTypeArn(String thingTypeArn)
The Amazon Resource Name (ARN) of the thing type.
|
CreateThingTypeResult |
withThingTypeId(String thingTypeId)
The thing type ID.
|
CreateThingTypeResult |
withThingTypeName(String thingTypeName)
The name of the thing type.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 CreateThingTypeResult withThingTypeName(String thingTypeName)
The name of the thing type.
thingTypeName
- The name of the thing type.public void setThingTypeArn(String thingTypeArn)
The Amazon Resource Name (ARN) of the thing type.
thingTypeArn
- The Amazon Resource Name (ARN) of the thing type.public String getThingTypeArn()
The Amazon Resource Name (ARN) of the thing type.
public CreateThingTypeResult withThingTypeArn(String thingTypeArn)
The Amazon Resource Name (ARN) of the thing type.
thingTypeArn
- The Amazon Resource Name (ARN) of the thing type.public void setThingTypeId(String thingTypeId)
The thing type ID.
thingTypeId
- The thing type ID.public String getThingTypeId()
The thing type ID.
public CreateThingTypeResult withThingTypeId(String thingTypeId)
The thing type ID.
thingTypeId
- The thing type ID.public String toString()
toString
in class Object
Object.toString()
public CreateThingTypeResult clone()