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()booleanThe thing ARN.The name of the thing.inthashCode()voidsetThingArn(String thingArn) The thing ARN.voidsetThingName(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
-
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
-
getThingArn
-
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
-
equals
-
hashCode
-
clone
-