Package com.amazonaws.services.iot.model
Class CreateThingResult
java.lang.Object
com.amazonaws.services.iot.model.CreateThingResult
- All Implemented Interfaces:
Serializable
,Cloneable
The output of the CreateThing operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The thing ARN.The name of the thing.int
hashCode()
void
setThingArn
(String thingArn) The thing ARN.void
setThingName
(String thingName) The name of the thing.toString()
Returns a string representation of this object; useful for testing and debugging.withThingArn
(String thingArn) The thing ARN.withThingName
(String thingName) The name of the thing.
-
Constructor Details
-
CreateThingResult
public CreateThingResult()
-
-
Method Details
-
setThingName
The name of the thing.
- Parameters:
thingName
- The name of the thing.
-
getThingName
The name of the thing.
- Returns:
- The name of the thing.
-
withThingName
The name of the thing.
- Parameters:
thingName
- The name of the thing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setThingArn
The thing ARN.
- Parameters:
thingArn
- The thing ARN.
-
getThingArn
The thing ARN.
- Returns:
- The thing ARN.
-
withThingArn
The thing ARN.
- Parameters:
thingArn
- The thing ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-