@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateThingGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateThingGroupResult() |
Modifier and Type | Method and Description |
---|---|
UpdateThingGroupResult |
clone() |
boolean |
equals(Object obj) |
Long |
getVersion()
The version of the updated thing group.
|
int |
hashCode() |
void |
setVersion(Long version)
The version of the updated thing group.
|
String |
toString()
Returns a string representation of this object.
|
UpdateThingGroupResult |
withVersion(Long version)
The version of the updated thing group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setVersion(Long version)
The version of the updated thing group.
version
- The version of the updated thing group.public Long getVersion()
The version of the updated thing group.
public UpdateThingGroupResult withVersion(Long version)
The version of the updated thing group.
version
- The version of the updated thing group.public String toString()
toString
in class Object
Object.toString()
public UpdateThingGroupResult clone()