@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteGameServerGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteGameServerGroupResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteGameServerGroupResult |
clone() |
boolean |
equals(Object obj) |
GameServerGroup |
getGameServerGroup()
An object that describes the deleted game server group resource, with status updated to
DELETE_SCHEDULED. |
int |
hashCode() |
void |
setGameServerGroup(GameServerGroup gameServerGroup)
An object that describes the deleted game server group resource, with status updated to
DELETE_SCHEDULED. |
String |
toString()
Returns a string representation of this object.
|
DeleteGameServerGroupResult |
withGameServerGroup(GameServerGroup gameServerGroup)
An object that describes the deleted game server group resource, with status updated to
DELETE_SCHEDULED. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setGameServerGroup(GameServerGroup gameServerGroup)
An object that describes the deleted game server group resource, with status updated to
DELETE_SCHEDULED.
gameServerGroup - An object that describes the deleted game server group resource, with status updated to
DELETE_SCHEDULED.public GameServerGroup getGameServerGroup()
An object that describes the deleted game server group resource, with status updated to
DELETE_SCHEDULED.
DELETE_SCHEDULED.public DeleteGameServerGroupResult withGameServerGroup(GameServerGroup gameServerGroup)
An object that describes the deleted game server group resource, with status updated to
DELETE_SCHEDULED.
gameServerGroup - An object that describes the deleted game server group resource, with status updated to
DELETE_SCHEDULED.public String toString()
toString in class ObjectObject.toString()public DeleteGameServerGroupResult clone()