@Generated(value="software.amazon.awssdk:codegen") public final class DescribeEc2InstanceLimitsRequest extends GameLiftRequest implements ToCopyableBuilder<DescribeEc2InstanceLimitsRequest.Builder,DescribeEc2InstanceLimitsRequest>
Represents the input for a request operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeEc2InstanceLimitsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeEc2InstanceLimitsRequest.Builder |
builder() |
EC2InstanceType |
ec2InstanceType()
Name of an EC2 instance type that is supported in Amazon GameLift.
|
String |
ec2InstanceTypeAsString()
Name of an EC2 instance type that is supported in Amazon GameLift.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeEc2InstanceLimitsRequest.Builder> |
serializableBuilderClass() |
DescribeEc2InstanceLimitsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic EC2InstanceType ec2InstanceType()
Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. Amazon GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions. Leave this parameter blank to retrieve limits for all types.
If the service returns an enum value that is not available in the current SDK version, ec2InstanceType
will return EC2InstanceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from ec2InstanceTypeAsString().
EC2InstanceTypepublic String ec2InstanceTypeAsString()
Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. Amazon GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions. Leave this parameter blank to retrieve limits for all types.
If the service returns an enum value that is not available in the current SDK version, ec2InstanceType
will return EC2InstanceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from ec2InstanceTypeAsString().
EC2InstanceTypepublic DescribeEc2InstanceLimitsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeEc2InstanceLimitsRequest.Builder,DescribeEc2InstanceLimitsRequest>toBuilder in class GameLiftRequestpublic static DescribeEc2InstanceLimitsRequest.Builder builder()
public static Class<? extends DescribeEc2InstanceLimitsRequest.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.