@Generated(value="software.amazon.awssdk:codegen") public final class DescribeReservedInstancesRequest extends Ec2Request implements ToCopyableBuilder<DescribeReservedInstancesRequest.Builder,DescribeReservedInstancesRequest>
Contains the parameters for DescribeReservedInstances.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeReservedInstancesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeReservedInstancesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<Filter> |
filters()
One or more filters.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasFilters()
Returns true if the Filters property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasReservedInstancesIds()
Returns true if the ReservedInstancesIds property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
OfferingClassType |
offeringClass()
Describes whether the Reserved Instance is Standard or Convertible.
|
String |
offeringClassAsString()
Describes whether the Reserved Instance is Standard or Convertible.
|
OfferingTypeValues |
offeringType()
The Reserved Instance offering type.
|
String |
offeringTypeAsString()
The Reserved Instance offering type.
|
List<String> |
reservedInstancesIds()
One or more Reserved Instance IDs.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeReservedInstancesRequest.Builder> |
serializableBuilderClass() |
DescribeReservedInstancesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasFilters()
public final List<Filter> filters()
One or more filters.
availability-zone - The Availability Zone where the Reserved Instance can be used.
duration - The duration of the Reserved Instance (one year or three years), in seconds (
31536000 | 94608000).
end - The time when the Reserved Instance expires (for example, 2015-08-07T11:54:42.000Z).
fixed-price - The purchase price of the Reserved Instance (for example, 9800.0).
instance-type - The instance type that is covered by the reservation.
scope - The scope of the Reserved Instance (Region or Availability Zone).
product-description - The Reserved Instance product platform description. Instances that include
(Amazon VPC) in the product platform description will only be displayed to EC2-Classic account
holders and are for use with Amazon VPC (Linux/UNIX | Linux/UNIX (Amazon VPC) |
SUSE Linux | SUSE Linux (Amazon VPC) | Red Hat Enterprise Linux |
Red Hat Enterprise Linux (Amazon VPC) | Windows | Windows (Amazon VPC) |
Windows with SQL Server Standard | Windows with SQL Server Standard (Amazon VPC) |
Windows with SQL Server Web | Windows with SQL Server Web (Amazon VPC) |
Windows with SQL Server Enterprise | Windows with SQL Server Enterprise (Amazon VPC)).
reserved-instances-id - The ID of the Reserved Instance.
start - The time at which the Reserved Instance purchase request was placed (for example,
2014-08-07T11:54:42.000Z).
state - The state of the Reserved Instance (payment-pending | active |
payment-failed | retired).
tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in
the filter name and the tag value as the filter value. For example, to find all resources that have a tag with
the key Owner and the value TeamA, specify tag:Owner for the filter name
and TeamA for the filter value.
tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned
a tag with a specific key, regardless of the tag value.
usage-price - The usage price of the Reserved Instance, per hour (for example, 0.84).
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasFilters() to see if a value was sent in this field.
availability-zone - The Availability Zone where the Reserved Instance can be used.
duration - The duration of the Reserved Instance (one year or three years), in seconds (
31536000 | 94608000).
end - The time when the Reserved Instance expires (for example, 2015-08-07T11:54:42.000Z).
fixed-price - The purchase price of the Reserved Instance (for example, 9800.0).
instance-type - The instance type that is covered by the reservation.
scope - The scope of the Reserved Instance (Region or
Availability Zone).
product-description - The Reserved Instance product platform description. Instances that
include (Amazon VPC) in the product platform description will only be displayed to
EC2-Classic account holders and are for use with Amazon VPC (Linux/UNIX |
Linux/UNIX (Amazon VPC) | SUSE Linux | SUSE Linux (Amazon VPC) |
Red Hat Enterprise Linux | Red Hat Enterprise Linux (Amazon VPC) |
Windows | Windows (Amazon VPC) | Windows with SQL Server Standard
| Windows with SQL Server Standard (Amazon VPC) | Windows with SQL Server Web |
Windows with SQL Server Web (Amazon VPC) | Windows with SQL Server Enterprise |
Windows with SQL Server Enterprise (Amazon VPC)).
reserved-instances-id - The ID of the Reserved Instance.
start - The time at which the Reserved Instance purchase request was placed (for example,
2014-08-07T11:54:42.000Z).
state - The state of the Reserved Instance (payment-pending |
active | payment-failed | retired).
tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag
key in the filter name and the tag value as the filter value. For example, to find all resources that
have a tag with the key Owner and the value TeamA, specify
tag:Owner for the filter name and TeamA for the filter value.
tag-key - The key of a tag assigned to the resource. Use this filter to find all resources
assigned a tag with a specific key, regardless of the tag value.
usage-price - The usage price of the Reserved Instance, per hour (for example, 0.84).
public final OfferingClassType offeringClass()
Describes whether the Reserved Instance is Standard or Convertible.
If the service returns an enum value that is not available in the current SDK version, offeringClass
will return OfferingClassType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from offeringClassAsString().
OfferingClassTypepublic final String offeringClassAsString()
Describes whether the Reserved Instance is Standard or Convertible.
If the service returns an enum value that is not available in the current SDK version, offeringClass
will return OfferingClassType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from offeringClassAsString().
OfferingClassTypepublic final boolean hasReservedInstancesIds()
public final List<String> reservedInstancesIds()
One or more Reserved Instance IDs.
Default: Describes all your Reserved Instances, or only those otherwise specified.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasReservedInstancesIds() to see if a value was sent in this field.
Default: Describes all your Reserved Instances, or only those otherwise specified.
public final OfferingTypeValues offeringType()
The Reserved Instance offering type. If you are using tools that predate the 2011-11-01 API version, you only
have access to the Medium Utilization Reserved Instance offering type.
If the service returns an enum value that is not available in the current SDK version, offeringType will
return OfferingTypeValues.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
offeringTypeAsString().
Medium Utilization Reserved Instance offering type.OfferingTypeValuespublic final String offeringTypeAsString()
The Reserved Instance offering type. If you are using tools that predate the 2011-11-01 API version, you only
have access to the Medium Utilization Reserved Instance offering type.
If the service returns an enum value that is not available in the current SDK version, offeringType will
return OfferingTypeValues.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
offeringTypeAsString().
Medium Utilization Reserved Instance offering type.OfferingTypeValuespublic DescribeReservedInstancesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeReservedInstancesRequest.Builder,DescribeReservedInstancesRequest>toBuilder in class Ec2Requestpublic static DescribeReservedInstancesRequest.Builder builder()
public static Class<? extends DescribeReservedInstancesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.