Class DescribeEC2InstanceLimitsResult

    • Constructor Detail

      • DescribeEC2InstanceLimitsResult

        public DescribeEC2InstanceLimitsResult()
    • Method Detail

      • getEC2InstanceLimits

        public List<EC2InstanceLimit> 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

        public void setEC2InstanceLimits​(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.
      • 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

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object