@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public UpdateGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.