@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateThingGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateThingGroupResult() |
Modifier and Type | Method and Description |
---|---|
CreateThingGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getThingGroupArn()
The thing group ARN.
|
String |
getThingGroupId()
The thing group ID.
|
String |
getThingGroupName()
The thing group name.
|
int |
hashCode() |
void |
setThingGroupArn(String thingGroupArn)
The thing group ARN.
|
void |
setThingGroupId(String thingGroupId)
The thing group ID.
|
void |
setThingGroupName(String thingGroupName)
The thing group name.
|
String |
toString()
Returns a string representation of this object.
|
CreateThingGroupResult |
withThingGroupArn(String thingGroupArn)
The thing group ARN.
|
CreateThingGroupResult |
withThingGroupId(String thingGroupId)
The thing group ID.
|
CreateThingGroupResult |
withThingGroupName(String thingGroupName)
The thing group name.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setThingGroupName(String thingGroupName)
The thing group name.
thingGroupName
- The thing group name.public String getThingGroupName()
The thing group name.
public CreateThingGroupResult withThingGroupName(String thingGroupName)
The thing group name.
thingGroupName
- The thing group name.public void setThingGroupArn(String thingGroupArn)
The thing group ARN.
thingGroupArn
- The thing group ARN.public String getThingGroupArn()
The thing group ARN.
public CreateThingGroupResult withThingGroupArn(String thingGroupArn)
The thing group ARN.
thingGroupArn
- The thing group ARN.public void setThingGroupId(String thingGroupId)
The thing group ID.
thingGroupId
- The thing group ID.public String getThingGroupId()
The thing group ID.
public CreateThingGroupResult withThingGroupId(String thingGroupId)
The thing group ID.
thingGroupId
- The thing group ID.public String toString()
toString
in class Object
Object.toString()
public CreateThingGroupResult clone()