@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateGameServerGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateGameServerGroupResult() |
Modifier and Type | Method and Description |
---|---|
CreateGameServerGroupResult |
clone() |
boolean |
equals(Object obj) |
GameServerGroup |
getGameServerGroup()
The newly created game server group object, including the new ARN value for the Amazon GameLift FleetIQ game
server group and the object's status.
|
int |
hashCode() |
void |
setGameServerGroup(GameServerGroup gameServerGroup)
The newly created game server group object, including the new ARN value for the Amazon GameLift FleetIQ game
server group and the object's status.
|
String |
toString()
Returns a string representation of this object.
|
CreateGameServerGroupResult |
withGameServerGroup(GameServerGroup gameServerGroup)
The newly created game server group object, including the new ARN value for the Amazon GameLift FleetIQ game
server group and the object's status.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGameServerGroup(GameServerGroup gameServerGroup)
The newly created game server group object, including the new ARN value for the Amazon GameLift FleetIQ game
server group and the object's status. The Amazon EC2 Auto Scaling group ARN is initially null, since the group
has not yet been created. This value is added once the game server group status reaches ACTIVE
.
gameServerGroup
- The newly created game server group object, including the new ARN value for the Amazon GameLift FleetIQ
game server group and the object's status. The Amazon EC2 Auto Scaling group ARN is initially null, since
the group has not yet been created. This value is added once the game server group status reaches
ACTIVE
.public GameServerGroup getGameServerGroup()
The newly created game server group object, including the new ARN value for the Amazon GameLift FleetIQ game
server group and the object's status. The Amazon EC2 Auto Scaling group ARN is initially null, since the group
has not yet been created. This value is added once the game server group status reaches ACTIVE
.
ACTIVE
.public CreateGameServerGroupResult withGameServerGroup(GameServerGroup gameServerGroup)
The newly created game server group object, including the new ARN value for the Amazon GameLift FleetIQ game
server group and the object's status. The Amazon EC2 Auto Scaling group ARN is initially null, since the group
has not yet been created. This value is added once the game server group status reaches ACTIVE
.
gameServerGroup
- The newly created game server group object, including the new ARN value for the Amazon GameLift FleetIQ
game server group and the object's status. The Amazon EC2 Auto Scaling group ARN is initially null, since
the group has not yet been created. This value is added once the game server group status reaches
ACTIVE
.public String toString()
toString
in class Object
Object.toString()
public CreateGameServerGroupResult clone()