Class DescribeEC2InstanceLimitsResult
java.lang.Object
com.amazonaws.services.gamelift.model.DescribeEC2InstanceLimitsResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the returned data in response to a request action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Object containing the maximum number of instances for the specified instance type.int
hashCode()
void
setEC2InstanceLimits
(Collection<EC2InstanceLimit> eC2InstanceLimits) Object containing the maximum number of instances for the specified instance type.toString()
Returns a string representation of this object; useful for testing and debugging.withEC2InstanceLimits
(EC2InstanceLimit... eC2InstanceLimits) Object containing the maximum number of instances for the specified instance type.withEC2InstanceLimits
(Collection<EC2InstanceLimit> eC2InstanceLimits) Object containing the maximum number of instances for the specified instance type.
-
Constructor Details
-
DescribeEC2InstanceLimitsResult
public DescribeEC2InstanceLimitsResult()
-
-
Method Details
-
getEC2InstanceLimits
Object containing the maximum number of instances for the specified instance type.
- Returns:
- Object containing the maximum number of instances for the specified instance type.
-
setEC2InstanceLimits
Object containing the maximum number of instances for the specified instance type.
- Parameters:
eC2InstanceLimits
- Object containing the maximum number of instances for the specified instance type.
-
withEC2InstanceLimits
Object containing the maximum number of instances for the specified instance type.
NOTE: This method appends the values to the existing list (if any). Use
setEC2InstanceLimits(java.util.Collection)
orwithEC2InstanceLimits(java.util.Collection)
if you want to override the existing values.- Parameters:
eC2InstanceLimits
- Object containing the maximum number of instances for the specified instance type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withEC2InstanceLimits
public DescribeEC2InstanceLimitsResult withEC2InstanceLimits(Collection<EC2InstanceLimit> eC2InstanceLimits) Object containing the maximum number of instances for the specified instance type.
- Parameters:
eC2InstanceLimits
- Object containing the maximum number of instances for the specified instance type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-