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