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