@Generated(value="software.amazon.awssdk:codegen") public final class DescribeGameServerInstancesRequest extends GameLiftRequest implements ToCopyableBuilder<DescribeGameServerInstancesRequest.Builder,DescribeGameServerInstancesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeGameServerInstancesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeGameServerInstancesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
gameServerGroupName()
A unique identifier for the game server group.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasInstanceIds()
Returns true if the InstanceIds property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
List<String> |
instanceIds()
The EC2 instance IDs that you want to retrieve status on.
|
Integer |
limit()
The maximum number of results to return.
|
String |
nextToken()
A token that indicates the start of the next sequential segment of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeGameServerInstancesRequest.Builder> |
serializableBuilderClass() |
DescribeGameServerInstancesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String gameServerGroupName()
A unique identifier for the game server group. Use either the GameServerGroup name or ARN value.
public boolean hasInstanceIds()
public List<String> instanceIds()
The EC2 instance IDs that you want to retrieve status on. EC2 instance IDs use a 17-character format, for
example: i-1234567890abcdef0. To retrieve all instances in the game server group, leave this
parameter empty.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasInstanceIds() to see if a value was sent in this field.
i-1234567890abcdef0. To retrieve all instances in the game server group, leave this
parameter empty.public Integer limit()
The maximum number of results to return. Use this parameter with NextToken to get results as a set
of sequential segments.
NextToken to get results as
a set of sequential segments.public String nextToken()
A token that indicates the start of the next sequential segment of results. Use the token returned with the previous call to this operation. To start at the beginning of the result set, do not specify a value.
public DescribeGameServerInstancesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeGameServerInstancesRequest.Builder,DescribeGameServerInstancesRequest>toBuilder in class GameLiftRequestpublic static DescribeGameServerInstancesRequest.Builder builder()
public static Class<? extends DescribeGameServerInstancesRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.