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, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, 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, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each. 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, and networking capacity of the
fleetaposs hosts. Amazon GameLift supports the EC2 instance types
listed below. See Amazon EC2
Instance Types for detailed descriptions of each. 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, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each. 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, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each. 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, and networking capacity of the
fleetaposs hosts. Amazon GameLift supports the EC2 instance types
listed below. See Amazon EC2
Instance Types for detailed descriptions of each. 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, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each. 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, and networking capacity of the
fleetaposs hosts. Amazon GameLift supports the EC2 instance types
listed below. See Amazon EC2
Instance Types for detailed descriptions of each. 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, and networking capacity of the fleetaposs hosts. Amazon GameLift supports the EC2 instance types listed below. See Amazon EC2 Instance Types for detailed descriptions of each. 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, and networking capacity of the
fleetaposs hosts. Amazon GameLift supports the EC2 instance types
listed below. See Amazon EC2
Instance Types for detailed descriptions of each. 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.