Class DescribeReservedInstancesModificationsRequest

    • Constructor Detail

      • DescribeReservedInstancesModificationsRequest

        public DescribeReservedInstancesModificationsRequest()
    • Method Detail

      • getReservedInstancesModificationIds

        public List<String> getReservedInstancesModificationIds()

        IDs for the submitted modification request.

        Returns:
        IDs for the submitted modification request.
      • setReservedInstancesModificationIds

        public void setReservedInstancesModificationIds​(Collection<String> reservedInstancesModificationIds)

        IDs for the submitted modification request.

        Parameters:
        reservedInstancesModificationIds - IDs for the submitted modification request.
      • withReservedInstancesModificationIds

        public DescribeReservedInstancesModificationsRequest withReservedInstancesModificationIds​(Collection<String> reservedInstancesModificationIds)

        IDs for the submitted modification request.

        Parameters:
        reservedInstancesModificationIds - IDs for the submitted modification request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken​(String nextToken)

        The token to retrieve the next page of results.

        Parameters:
        nextToken - The token to retrieve the next page of results.
      • getNextToken

        public String getNextToken()

        The token to retrieve the next page of results.

        Returns:
        The token to retrieve the next page of results.
      • withNextToken

        public DescribeReservedInstancesModificationsRequest withNextToken​(String nextToken)

        The token to retrieve the next page of results.

        Parameters:
        nextToken - The token to retrieve the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getFilters

        public List<Filter> getFilters()

        One or more filters.

        • client-token - The idempotency token for the modification request.

        • create-date - The time when the modification request was created.

        • effective-date - The time when the modification becomes effective.

        • modification-result.reserved-instances-id - The ID for the Reserved Instances created as part of the modification request. This ID is only available when the status of the modification is fulfilled.

        • modification-result.target-configuration.availability-zone - The Availability Zone for the new Reserved Instances.

        • modification-result.target-configuration.instance-count - The number of new Reserved Instances.

        • modification-result.target-configuration.instance-type - The instance type of the new Reserved Instances.

        • modification-result.target-configuration.platform - The network platform of the new Reserved Instances (EC2-Classic | EC2-VPC).

        • reserved-instances-id - The ID of the Reserved Instances modified.

        • reserved-instances-modification-id - The ID of the modification request.

        • status - The status of the Reserved Instances modification request (processing | fulfilled | failed).

        • status-message - The reason for the status.

        • update-date - The time when the modification request was last updated.

        Returns:
        One or more filters.

        • client-token - The idempotency token for the modification request.

        • create-date - The time when the modification request was created.

        • effective-date - The time when the modification becomes effective.

        • modification-result.reserved-instances-id - The ID for the Reserved Instances created as part of the modification request. This ID is only available when the status of the modification is fulfilled.

        • modification-result.target-configuration.availability-zone - The Availability Zone for the new Reserved Instances.

        • modification-result.target-configuration.instance-count - The number of new Reserved Instances.

        • modification-result.target-configuration.instance-type - The instance type of the new Reserved Instances.

        • modification-result.target-configuration.platform - The network platform of the new Reserved Instances ( EC2-Classic | EC2-VPC).

        • reserved-instances-id - The ID of the Reserved Instances modified.

        • reserved-instances-modification-id - The ID of the modification request.

        • status - The status of the Reserved Instances modification request (processing | fulfilled | failed).

        • status-message - The reason for the status.

        • update-date - The time when the modification request was last updated.

      • setFilters

        public void setFilters​(Collection<Filter> filters)

        One or more filters.

        • client-token - The idempotency token for the modification request.

        • create-date - The time when the modification request was created.

        • effective-date - The time when the modification becomes effective.

        • modification-result.reserved-instances-id - The ID for the Reserved Instances created as part of the modification request. This ID is only available when the status of the modification is fulfilled.

        • modification-result.target-configuration.availability-zone - The Availability Zone for the new Reserved Instances.

        • modification-result.target-configuration.instance-count - The number of new Reserved Instances.

        • modification-result.target-configuration.instance-type - The instance type of the new Reserved Instances.

        • modification-result.target-configuration.platform - The network platform of the new Reserved Instances (EC2-Classic | EC2-VPC).

        • reserved-instances-id - The ID of the Reserved Instances modified.

        • reserved-instances-modification-id - The ID of the modification request.

        • status - The status of the Reserved Instances modification request (processing | fulfilled | failed).

        • status-message - The reason for the status.

        • update-date - The time when the modification request was last updated.

        Parameters:
        filters - One or more filters.

        • client-token - The idempotency token for the modification request.

        • create-date - The time when the modification request was created.

        • effective-date - The time when the modification becomes effective.

        • modification-result.reserved-instances-id - The ID for the Reserved Instances created as part of the modification request. This ID is only available when the status of the modification is fulfilled.

        • modification-result.target-configuration.availability-zone - The Availability Zone for the new Reserved Instances.

        • modification-result.target-configuration.instance-count - The number of new Reserved Instances.

        • modification-result.target-configuration.instance-type - The instance type of the new Reserved Instances.

        • modification-result.target-configuration.platform - The network platform of the new Reserved Instances ( EC2-Classic | EC2-VPC).

        • reserved-instances-id - The ID of the Reserved Instances modified.

        • reserved-instances-modification-id - The ID of the modification request.

        • status - The status of the Reserved Instances modification request (processing | fulfilled | failed).

        • status-message - The reason for the status.

        • update-date - The time when the modification request was last updated.

      • withFilters

        public DescribeReservedInstancesModificationsRequest withFilters​(Filter... filters)

        One or more filters.

        • client-token - The idempotency token for the modification request.

        • create-date - The time when the modification request was created.

        • effective-date - The time when the modification becomes effective.

        • modification-result.reserved-instances-id - The ID for the Reserved Instances created as part of the modification request. This ID is only available when the status of the modification is fulfilled.

        • modification-result.target-configuration.availability-zone - The Availability Zone for the new Reserved Instances.

        • modification-result.target-configuration.instance-count - The number of new Reserved Instances.

        • modification-result.target-configuration.instance-type - The instance type of the new Reserved Instances.

        • modification-result.target-configuration.platform - The network platform of the new Reserved Instances (EC2-Classic | EC2-VPC).

        • reserved-instances-id - The ID of the Reserved Instances modified.

        • reserved-instances-modification-id - The ID of the modification request.

        • status - The status of the Reserved Instances modification request (processing | fulfilled | failed).

        • status-message - The reason for the status.

        • update-date - The time when the modification request was last updated.

        NOTE: This method appends the values to the existing list (if any). Use setFilters(java.util.Collection) or withFilters(java.util.Collection) if you want to override the existing values.

        Parameters:
        filters - One or more filters.

        • client-token - The idempotency token for the modification request.

        • create-date - The time when the modification request was created.

        • effective-date - The time when the modification becomes effective.

        • modification-result.reserved-instances-id - The ID for the Reserved Instances created as part of the modification request. This ID is only available when the status of the modification is fulfilled.

        • modification-result.target-configuration.availability-zone - The Availability Zone for the new Reserved Instances.

        • modification-result.target-configuration.instance-count - The number of new Reserved Instances.

        • modification-result.target-configuration.instance-type - The instance type of the new Reserved Instances.

        • modification-result.target-configuration.platform - The network platform of the new Reserved Instances ( EC2-Classic | EC2-VPC).

        • reserved-instances-id - The ID of the Reserved Instances modified.

        • reserved-instances-modification-id - The ID of the modification request.

        • status - The status of the Reserved Instances modification request (processing | fulfilled | failed).

        • status-message - The reason for the status.

        • update-date - The time when the modification request was last updated.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withFilters

        public DescribeReservedInstancesModificationsRequest withFilters​(Collection<Filter> filters)

        One or more filters.

        • client-token - The idempotency token for the modification request.

        • create-date - The time when the modification request was created.

        • effective-date - The time when the modification becomes effective.

        • modification-result.reserved-instances-id - The ID for the Reserved Instances created as part of the modification request. This ID is only available when the status of the modification is fulfilled.

        • modification-result.target-configuration.availability-zone - The Availability Zone for the new Reserved Instances.

        • modification-result.target-configuration.instance-count - The number of new Reserved Instances.

        • modification-result.target-configuration.instance-type - The instance type of the new Reserved Instances.

        • modification-result.target-configuration.platform - The network platform of the new Reserved Instances (EC2-Classic | EC2-VPC).

        • reserved-instances-id - The ID of the Reserved Instances modified.

        • reserved-instances-modification-id - The ID of the modification request.

        • status - The status of the Reserved Instances modification request (processing | fulfilled | failed).

        • status-message - The reason for the status.

        • update-date - The time when the modification request was last updated.

        Parameters:
        filters - One or more filters.

        • client-token - The idempotency token for the modification request.

        • create-date - The time when the modification request was created.

        • effective-date - The time when the modification becomes effective.

        • modification-result.reserved-instances-id - The ID for the Reserved Instances created as part of the modification request. This ID is only available when the status of the modification is fulfilled.

        • modification-result.target-configuration.availability-zone - The Availability Zone for the new Reserved Instances.

        • modification-result.target-configuration.instance-count - The number of new Reserved Instances.

        • modification-result.target-configuration.instance-type - The instance type of the new Reserved Instances.

        • modification-result.target-configuration.platform - The network platform of the new Reserved Instances ( EC2-Classic | EC2-VPC).

        • reserved-instances-id - The ID of the Reserved Instances modified.

        • reserved-instances-modification-id - The ID of the modification request.

        • status - The status of the Reserved Instances modification request (processing | fulfilled | failed).

        • status-message - The reason for the status.

        • update-date - The time when the modification request was last updated.

        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