public class CreateThingResult extends Object implements Serializable, Cloneable
The output of the CreateThing operation.
Constructor and Description |
---|
CreateThingResult() |
Modifier and Type | Method and Description |
---|---|
CreateThingResult |
clone() |
boolean |
equals(Object obj) |
String |
getThingArn()
The thing ARN.
|
String |
getThingName()
The name of the thing.
|
int |
hashCode() |
void |
setThingArn(String thingArn)
The thing ARN.
|
void |
setThingName(String thingName)
The name of the thing.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateThingResult |
withThingArn(String thingArn)
The thing ARN.
|
CreateThingResult |
withThingName(String thingName)
The name of the thing.
|
public void setThingName(String thingName)
The name of the thing.
thingName
- The name of the thing.public String getThingName()
The name of the thing.
public CreateThingResult withThingName(String thingName)
The name of the thing.
thingName
- The name of the thing.public void setThingArn(String thingArn)
The thing ARN.
thingArn
- The thing ARN.public String getThingArn()
The thing ARN.
public CreateThingResult withThingArn(String thingArn)
The thing ARN.
thingArn
- The thing ARN.public String toString()
toString
in class Object
Object.toString()
public CreateThingResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.