@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEC2InstanceLimitsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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 Amazon EC2 instance type that is supported in Amazon GameLift.
|
String |
getLocation()
The name of a remote location to request instance limits for, in the form of an Amazon Web Services Region code
such as
us-west-2 . |
int |
hashCode() |
void |
setEC2InstanceType(EC2InstanceType eC2InstanceType)
Name of an Amazon EC2 instance type that is supported in Amazon GameLift.
|
void |
setEC2InstanceType(String eC2InstanceType)
Name of an Amazon EC2 instance type that is supported in Amazon GameLift.
|
void |
setLocation(String location)
The name of a remote location to request instance limits for, in the form of an Amazon Web Services Region code
such as
us-west-2 . |
String |
toString()
Returns a string representation of this object.
|
DescribeEC2InstanceLimitsRequest |
withEC2InstanceType(EC2InstanceType eC2InstanceType)
Name of an Amazon EC2 instance type that is supported in Amazon GameLift.
|
DescribeEC2InstanceLimitsRequest |
withEC2InstanceType(String eC2InstanceType)
Name of an Amazon EC2 instance type that is supported in Amazon GameLift.
|
DescribeEC2InstanceLimitsRequest |
withLocation(String location)
The name of a remote location to request instance limits for, in the form of an Amazon Web Services Region code
such as
us-west-2 . |
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 Amazon 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. Do not specify a value for this parameter to retrieve limits for all instance types.
eC2InstanceType
- Name of an Amazon 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. Do not specify a value for this parameter to retrieve limits for all instance types.EC2InstanceType
public String getEC2InstanceType()
Name of an Amazon 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. Do not specify a value for this parameter to retrieve limits for all instance types.
EC2InstanceType
public DescribeEC2InstanceLimitsRequest withEC2InstanceType(String eC2InstanceType)
Name of an Amazon 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. Do not specify a value for this parameter to retrieve limits for all instance types.
eC2InstanceType
- Name of an Amazon 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. Do not specify a value for this parameter to retrieve limits for all instance types.EC2InstanceType
public void setEC2InstanceType(EC2InstanceType eC2InstanceType)
Name of an Amazon 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. Do not specify a value for this parameter to retrieve limits for all instance types.
eC2InstanceType
- Name of an Amazon 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. Do not specify a value for this parameter to retrieve limits for all instance types.EC2InstanceType
public DescribeEC2InstanceLimitsRequest withEC2InstanceType(EC2InstanceType eC2InstanceType)
Name of an Amazon 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. Do not specify a value for this parameter to retrieve limits for all instance types.
eC2InstanceType
- Name of an Amazon 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. Do not specify a value for this parameter to retrieve limits for all instance types.EC2InstanceType
public void setLocation(String location)
The name of a remote location to request instance limits for, in the form of an Amazon Web Services Region code
such as us-west-2
.
location
- The name of a remote location to request instance limits for, in the form of an Amazon Web Services Region
code such as us-west-2
.public String getLocation()
The name of a remote location to request instance limits for, in the form of an Amazon Web Services Region code
such as us-west-2
.
us-west-2
.public DescribeEC2InstanceLimitsRequest withLocation(String location)
The name of a remote location to request instance limits for, in the form of an Amazon Web Services Region code
such as us-west-2
.
location
- The name of a remote location to request instance limits for, in the form of an Amazon Web Services Region
code such as us-west-2
.public String toString()
toString
in class Object
Object.toString()
public DescribeEC2InstanceLimitsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()