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