@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateGroupResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateGroupResult |
clone() |
boolean |
equals(Object obj) |
Group |
getGroup()
The full description of the resource group after it has been updated.
|
int |
hashCode() |
void |
setGroup(Group group)
The full description of the resource group after it has been updated.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateGroupResult |
withGroup(Group group)
The full description of the resource group after it has been updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setGroup(Group group)
The full description of the resource group after it has been updated.
group - The full description of the resource group after it has been updated.public Group getGroup()
The full description of the resource group after it has been updated.
public UpdateGroupResult withGroup(Group group)
The full description of the resource group after it has been updated.
group - The full description of the resource group after it has been updated.public String toString()
toString in class ObjectObject.toString()public UpdateGroupResult clone()
Copyright © 2018. All rights reserved.