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 request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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.EC2InstanceType
public 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.
EC2InstanceType
public 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.EC2InstanceType
public 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.EC2InstanceType
public 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.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.