@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 |
getThingTypeName()
The name of the thing type.
|
int |
hashCode() |
void |
setThingTypeArn(String thingTypeArn)
The Amazon Resource Name (ARN) of the thing type.
|
void |
setThingTypeName(String thingTypeName)
The name of the thing type.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateThingTypeResult |
withThingTypeArn(String thingTypeArn)
The Amazon Resource Name (ARN) of the thing type.
|
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 String toString()
toString
in class Object
Object.toString()
public CreateThingTypeResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.