@Generated(value="software.amazon.awssdk:codegen") public final class SuspendGameServerGroupResponse extends GameLiftResponse implements ToCopyableBuilder<SuspendGameServerGroupResponse.Builder,SuspendGameServerGroupResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SuspendGameServerGroupResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SuspendGameServerGroupResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
GameServerGroup |
gameServerGroup()
An object that describes the game server group resource, with the
SuspendedActions property updated
to reflect the suspended activity. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SuspendGameServerGroupResponse.Builder> |
serializableBuilderClass() |
SuspendGameServerGroupResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic GameServerGroup gameServerGroup()
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 SuspendGameServerGroupResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SuspendGameServerGroupResponse.Builder,SuspendGameServerGroupResponse>toBuilder in class AwsResponsepublic static SuspendGameServerGroupResponse.Builder builder()
public static Class<? extends SuspendGameServerGroupResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.