@Generated(value="software.amazon.awssdk:codegen") public final class CreateGameServerGroupResponse extends GameLiftResponse implements ToCopyableBuilder<CreateGameServerGroupResponse.Builder,CreateGameServerGroupResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateGameServerGroupResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateGameServerGroupResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
GameServerGroup |
gameServerGroup()
The newly created game server group object, including the new ARN value for the GameLift FleetIQ game server
group and the object's status.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateGameServerGroupResponse.Builder> |
serializableBuilderClass() |
CreateGameServerGroupResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final GameServerGroup gameServerGroup()
The newly created game server group object, including the new ARN value for the 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 CreateGameServerGroupResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateGameServerGroupResponse.Builder,CreateGameServerGroupResponse>toBuilder in class AwsResponsepublic static CreateGameServerGroupResponse.Builder builder()
public static Class<? extends CreateGameServerGroupResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.