@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEC2InstanceLimitsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input for a request action.
NOOP
Constructor and Description |
---|
DescribeEC2InstanceLimitsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeEC2InstanceLimitsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEC2InstanceType()
Name of an EC2 instance type that is supported in Amazon GameLift.
|
int |
hashCode() |
void |
setEC2InstanceType(EC2InstanceType eC2InstanceType)
Name of an EC2 instance type that is supported in Amazon GameLift.
|
void |
setEC2InstanceType(String eC2InstanceType)
Name of an EC2 instance type that is supported in Amazon GameLift.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeEC2InstanceLimitsRequest |
withEC2InstanceType(EC2InstanceType eC2InstanceType)
Name of an EC2 instance type that is supported in Amazon GameLift.
|
DescribeEC2InstanceLimitsRequest |
withEC2InstanceType(String eC2InstanceType)
Name of an EC2 instance type that is supported in Amazon GameLift.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setEC2InstanceType(String 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.
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.EC2InstanceType
public String getEC2InstanceType()
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.
EC2InstanceType
public DescribeEC2InstanceLimitsRequest withEC2InstanceType(String 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.
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.EC2InstanceType
public void setEC2InstanceType(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.
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.EC2InstanceType
public DescribeEC2InstanceLimitsRequest withEC2InstanceType(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.
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.EC2InstanceType
public String toString()
toString
in class Object
Object.toString()
public DescribeEC2InstanceLimitsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.