All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amazonaws.services.ec2.model.DescribeReservedInstancesModificationsRequest Maven / Gradle / Ivy

Go to download

The AWS SDK for Java with support for OSGi. The AWS SDK for Java provides Java APIs for building software on AWS' cost-effective, scalable, and reliable infrastructure products. The AWS Java SDK allows developers to code against APIs for all of Amazon's infrastructure web services (Amazon S3, Amazon EC2, Amazon SQS, Amazon Relational Database Service, Amazon AutoScaling, etc).

There is a newer version: 1.11.60
Show newest version
/*
 * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"). You may not
 * use this file except in compliance with the License. A copy of the License is
 * located at
 * 
 * http://aws.amazon.com/apache2.0
 * 
 * or in the "license" file accompanying this file. This file is distributed on
 * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
package com.amazonaws.services.ec2.model;

import java.io.Serializable;
import com.amazonaws.AmazonWebServiceRequest;
import com.amazonaws.Request;
import com.amazonaws.services.ec2.model.transform.DescribeReservedInstancesModificationsRequestMarshaller;

/**
 * 

* Contains the parameters for DescribeReservedInstancesModifications. *

*/ public class DescribeReservedInstancesModificationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest { /** *

* IDs for the submitted modification request. *

*/ private com.amazonaws.internal.SdkInternalList reservedInstancesModificationIds; /** *

* The token to retrieve the next page of results. *

*/ private String nextToken; /** *

* 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. *

    *
  • *
*/ private com.amazonaws.internal.SdkInternalList filters; /** *

* IDs for the submitted modification request. *

* * @return IDs for the submitted modification request. */ public java.util.List getReservedInstancesModificationIds() { if (reservedInstancesModificationIds == null) { reservedInstancesModificationIds = new com.amazonaws.internal.SdkInternalList(); } return reservedInstancesModificationIds; } /** *

* IDs for the submitted modification request. *

* * @param reservedInstancesModificationIds * IDs for the submitted modification request. */ public void setReservedInstancesModificationIds( java.util.Collection reservedInstancesModificationIds) { if (reservedInstancesModificationIds == null) { this.reservedInstancesModificationIds = null; return; } this.reservedInstancesModificationIds = new com.amazonaws.internal.SdkInternalList( reservedInstancesModificationIds); } /** *

* IDs for the submitted modification request. *

*

* NOTE: This method appends the values to the existing list (if * any). Use * {@link #setReservedInstancesModificationIds(java.util.Collection)} or * {@link #withReservedInstancesModificationIds(java.util.Collection)} if * you want to override the existing values. *

* * @param reservedInstancesModificationIds * IDs for the submitted modification request. * @return Returns a reference to this object so that method calls can be * chained together. */ public DescribeReservedInstancesModificationsRequest withReservedInstancesModificationIds( String... reservedInstancesModificationIds) { if (this.reservedInstancesModificationIds == null) { setReservedInstancesModificationIds(new com.amazonaws.internal.SdkInternalList( reservedInstancesModificationIds.length)); } for (String ele : reservedInstancesModificationIds) { this.reservedInstancesModificationIds.add(ele); } return this; } /** *

* IDs for the submitted modification request. *

* * @param reservedInstancesModificationIds * IDs for the submitted modification request. * @return Returns a reference to this object so that method calls can be * chained together. */ public DescribeReservedInstancesModificationsRequest withReservedInstancesModificationIds( java.util.Collection reservedInstancesModificationIds) { setReservedInstancesModificationIds(reservedInstancesModificationIds); return this; } /** *

* The token to retrieve the next page of results. *

* * @param nextToken * The token to retrieve the next page of results. */ public void setNextToken(String nextToken) { this.nextToken = nextToken; } /** *

* The token to retrieve the next page of results. *

* * @return The token to retrieve the next page of results. */ public String getNextToken() { return this.nextToken; } /** *

* The token to retrieve the next page of results. *

* * @param nextToken * The token to retrieve the next page of results. * @return Returns a reference to this object so that method calls can be * chained together. */ public DescribeReservedInstancesModificationsRequest withNextToken( String nextToken) { setNextToken(nextToken); return this; } /** *

* 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. *

    *
  • *
* * @return 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. *

    *
  • */ public java.util.List getFilters() { if (filters == null) { filters = new com.amazonaws.internal.SdkInternalList(); } return 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. *

      *
    • *
    * * @param 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. *

      *
    • */ public void setFilters(java.util.Collection filters) { if (filters == null) { this.filters = null; return; } this.filters = new com.amazonaws.internal.SdkInternalList( 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 {@link #setFilters(java.util.Collection)} or * {@link #withFilters(java.util.Collection)} if you want to override the * existing values. *

      * * @param 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. *

        *
      • * @return Returns a reference to this object so that method calls can be * chained together. */ public DescribeReservedInstancesModificationsRequest withFilters( Filter... filters) { if (this.filters == null) { setFilters(new com.amazonaws.internal.SdkInternalList( filters.length)); } for (Filter ele : filters) { this.filters.add(ele); } return this; } /** *

        * 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. *

          *
        • *
        * * @param 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. *

          *
        • * @return Returns a reference to this object so that method calls can be * chained together. */ public DescribeReservedInstancesModificationsRequest withFilters( java.util.Collection filters) { setFilters(filters); return this; } /** * This method is intended for internal use only. Returns the marshaled * request configured with additional parameters to enable operation * dry-run. */ @Override public Request getDryRunRequest() { Request request = new DescribeReservedInstancesModificationsRequestMarshaller() .marshall(this); request.addParameter("DryRun", Boolean.toString(true)); return request; } /** * Returns a string representation of this object; useful for testing and * debugging. * * @return A string representation of this object. * * @see java.lang.Object#toString() */ @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("{"); if (getReservedInstancesModificationIds() != null) sb.append("ReservedInstancesModificationIds: " + getReservedInstancesModificationIds() + ","); if (getNextToken() != null) sb.append("NextToken: " + getNextToken() + ","); if (getFilters() != null) sb.append("Filters: " + getFilters()); sb.append("}"); return sb.toString(); } @Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (obj instanceof DescribeReservedInstancesModificationsRequest == false) return false; DescribeReservedInstancesModificationsRequest other = (DescribeReservedInstancesModificationsRequest) obj; if (other.getReservedInstancesModificationIds() == null ^ this.getReservedInstancesModificationIds() == null) return false; if (other.getReservedInstancesModificationIds() != null && other.getReservedInstancesModificationIds().equals( this.getReservedInstancesModificationIds()) == false) return false; if (other.getNextToken() == null ^ this.getNextToken() == null) return false; if (other.getNextToken() != null && other.getNextToken().equals(this.getNextToken()) == false) return false; if (other.getFilters() == null ^ this.getFilters() == null) return false; if (other.getFilters() != null && other.getFilters().equals(this.getFilters()) == false) return false; return true; } @Override public int hashCode() { final int prime = 31; int hashCode = 1; hashCode = prime * hashCode + ((getReservedInstancesModificationIds() == null) ? 0 : getReservedInstancesModificationIds().hashCode()); hashCode = prime * hashCode + ((getNextToken() == null) ? 0 : getNextToken().hashCode()); hashCode = prime * hashCode + ((getFilters() == null) ? 0 : getFilters().hashCode()); return hashCode; } @Override public DescribeReservedInstancesModificationsRequest clone() { return (DescribeReservedInstancesModificationsRequest) super.clone(); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy