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() |
boolean |
equals(Object obj) |
String |
getEC2InstanceType()
Type of EC2 instances used in the fleet.
|
int |
hashCode() |
void |
setEC2InstanceType(EC2InstanceType eC2InstanceType)
Type of EC2 instances used in the fleet.
|
void |
setEC2InstanceType(String eC2InstanceType)
Type of EC2 instances used in the fleet.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeEC2InstanceLimitsRequest |
withEC2InstanceType(EC2InstanceType eC2InstanceType)
Type of EC2 instances used in the fleet.
|
DescribeEC2InstanceLimitsRequest |
withEC2InstanceType(String eC2InstanceType)
Type of EC2 instances used in the fleet.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setEC2InstanceType(String eC2InstanceType)
Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, networking capacity, etc., of the hosts used. The EC2 instance types supported by GameLift are listed below. See the lta href="https://aws.amazon.com/ec2/instance-types/"gtEC2 documentationlt/agt for detailed descriptions of each instance type. Leave this parameter blank to retrieve limits for all types.
eC2InstanceType - Type of EC2 instances used in the fleet. EC2 instance types define
the CPU, memory, storage, networking capacity, etc., of the hosts
used. The EC2 instance types supported by GameLift are listed
below. See the lta
href="https://aws.amazon.com/ec2/instance-types/"gtEC2
documentationlt/agt for detailed descriptions of each instance
type. Leave this parameter blank to retrieve limits for all types.EC2InstanceTypepublic String getEC2InstanceType()
Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, networking capacity, etc., of the hosts used. The EC2 instance types supported by GameLift are listed below. See the lta href="https://aws.amazon.com/ec2/instance-types/"gtEC2 documentationlt/agt for detailed descriptions of each instance type. Leave this parameter blank to retrieve limits for all types.
EC2InstanceTypepublic DescribeEC2InstanceLimitsRequest withEC2InstanceType(String eC2InstanceType)
Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, networking capacity, etc., of the hosts used. The EC2 instance types supported by GameLift are listed below. See the lta href="https://aws.amazon.com/ec2/instance-types/"gtEC2 documentationlt/agt for detailed descriptions of each instance type. Leave this parameter blank to retrieve limits for all types.
eC2InstanceType - Type of EC2 instances used in the fleet. EC2 instance types define
the CPU, memory, storage, networking capacity, etc., of the hosts
used. The EC2 instance types supported by GameLift are listed
below. See the lta
href="https://aws.amazon.com/ec2/instance-types/"gtEC2
documentationlt/agt for detailed descriptions of each instance
type. Leave this parameter blank to retrieve limits for all types.EC2InstanceTypepublic void setEC2InstanceType(EC2InstanceType eC2InstanceType)
Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, networking capacity, etc., of the hosts used. The EC2 instance types supported by GameLift are listed below. See the lta href="https://aws.amazon.com/ec2/instance-types/"gtEC2 documentationlt/agt for detailed descriptions of each instance type. Leave this parameter blank to retrieve limits for all types.
eC2InstanceType - Type of EC2 instances used in the fleet. EC2 instance types define
the CPU, memory, storage, networking capacity, etc., of the hosts
used. The EC2 instance types supported by GameLift are listed
below. See the lta
href="https://aws.amazon.com/ec2/instance-types/"gtEC2
documentationlt/agt for detailed descriptions of each instance
type. Leave this parameter blank to retrieve limits for all types.EC2InstanceTypepublic DescribeEC2InstanceLimitsRequest withEC2InstanceType(EC2InstanceType eC2InstanceType)
Type of EC2 instances used in the fleet. EC2 instance types define the CPU, memory, storage, networking capacity, etc., of the hosts used. The EC2 instance types supported by GameLift are listed below. See the lta href="https://aws.amazon.com/ec2/instance-types/"gtEC2 documentationlt/agt for detailed descriptions of each instance type. Leave this parameter blank to retrieve limits for all types.
eC2InstanceType - Type of EC2 instances used in the fleet. EC2 instance types define
the CPU, memory, storage, networking capacity, etc., of the hosts
used. The EC2 instance types supported by GameLift are listed
below. See the lta
href="https://aws.amazon.com/ec2/instance-types/"gtEC2
documentationlt/agt for detailed descriptions of each instance
type. Leave this parameter blank to retrieve limits for all types.EC2InstanceTypepublic String toString()
toString in class ObjectObject.toString()public DescribeEC2InstanceLimitsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.