@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateGroupResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getGroupId()
The identifier of the group.
|
int |
hashCode() |
void |
setGroupId(String groupId)
The identifier of the group.
|
String |
toString()
Returns a string representation of this object.
|
CreateGroupResult |
withGroupId(String groupId)
The identifier of the group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setGroupId(String groupId)
The identifier of the group.
groupId - The identifier of the group.public String getGroupId()
The identifier of the group.
public CreateGroupResult withGroupId(String groupId)
The identifier of the group.
groupId - The identifier of the group.public String toString()
toString in class ObjectObject.toString()public CreateGroupResult clone()