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