public class CreateThingTypeResult extends Object implements Serializable
The output of the CreateThingType operation.
| Constructor and Description |
|---|
CreateThingTypeResult() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getThingTypeName()
The name of the thing type.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
The name of the thing type.
public void setThingTypeName(String thingTypeName)
The name of the thing type.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
thingTypeName - The name of the thing type.
public CreateThingTypeResult withThingTypeName(String thingTypeName)
The name of the thing type.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
thingTypeName - The name of the thing type.
public String getThingTypeArn()
The Amazon Resource Name (ARN) of the thing type.
The Amazon Resource Name (ARN) 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 CreateThingTypeResult withThingTypeArn(String thingTypeArn)
The Amazon Resource Name (ARN) of the thing type.
Returns a reference to this object so that method calls can be chained together.
thingTypeArn - The Amazon Resource Name (ARN) of the thing type.
public String toString()
toString in class ObjectObject.toString()Copyright © 2017. All rights reserved.