Class DescribeReservedDBInstancesRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanThe DB instance class filter value.The duration filter value, specified in years or seconds.This parameter is not currently supported.An optional pagination token provided by a previous request.The maximum number of records to include in the response.The Multi-AZ filter value.The offering type filter value.The product description filter value.The reserved DB instance identifier filter value.The offering identifier filter value.inthashCode()The Multi-AZ filter value.voidsetDBInstanceClass(String dBInstanceClass) The DB instance class filter value.voidsetDuration(String duration) The duration filter value, specified in years or seconds.voidsetFilters(Collection<Filter> filters) This parameter is not currently supported.voidAn optional pagination token provided by a previous request.voidsetMaxRecords(Integer maxRecords) The maximum number of records to include in the response.voidsetMultiAZ(Boolean multiAZ) The Multi-AZ filter value.voidsetOfferingType(String offeringType) The offering type filter value.voidsetProductDescription(String productDescription) The product description filter value.voidsetReservedDBInstanceId(String reservedDBInstanceId) The reserved DB instance identifier filter value.voidsetReservedDBInstancesOfferingId(String reservedDBInstancesOfferingId) The offering identifier filter value.toString()Returns a string representation of this object; useful for testing and debugging.withDBInstanceClass(String dBInstanceClass) The DB instance class filter value.withDuration(String duration) The duration filter value, specified in years or seconds.withFilters(Filter... filters) This parameter is not currently supported.withFilters(Collection<Filter> filters) This parameter is not currently supported.withMarker(String marker) An optional pagination token provided by a previous request.withMaxRecords(Integer maxRecords) The maximum number of records to include in the response.withMultiAZ(Boolean multiAZ) The Multi-AZ filter value.withOfferingType(String offeringType) The offering type filter value.withProductDescription(String productDescription) The product description filter value.withReservedDBInstanceId(String reservedDBInstanceId) The reserved DB instance identifier filter value.withReservedDBInstancesOfferingId(String reservedDBInstancesOfferingId) The offering identifier filter value.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
DescribeReservedDBInstancesRequest
public DescribeReservedDBInstancesRequest()
-
-
Method Details
-
setReservedDBInstanceId
The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.
- Parameters:
reservedDBInstanceId- The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.
-
getReservedDBInstanceId
The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.
- Returns:
- The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.
-
withReservedDBInstanceId
The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.
- Parameters:
reservedDBInstanceId- The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setReservedDBInstancesOfferingId
The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.
- Parameters:
reservedDBInstancesOfferingId- The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.
-
getReservedDBInstancesOfferingId
The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.
- Returns:
- The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.
-
withReservedDBInstancesOfferingId
public DescribeReservedDBInstancesRequest withReservedDBInstancesOfferingId(String reservedDBInstancesOfferingId) The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.
- Parameters:
reservedDBInstancesOfferingId- The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDBInstanceClass
The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.
- Parameters:
dBInstanceClass- The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.
-
getDBInstanceClass
The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.
- Returns:
- The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.
-
withDBInstanceClass
The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.
- Parameters:
dBInstanceClass- The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDuration
The duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.
Valid Values:
1 | 3 | 31536000 | 94608000- Parameters:
duration- The duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.Valid Values:
1 | 3 | 31536000 | 94608000
-
getDuration
The duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.
Valid Values:
1 | 3 | 31536000 | 94608000- Returns:
- The duration filter value, specified in years or seconds. Specify
this parameter to show only reservations for this duration.
Valid Values:
1 | 3 | 31536000 | 94608000
-
withDuration
The duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.
Valid Values:
1 | 3 | 31536000 | 94608000- Parameters:
duration- The duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.Valid Values:
1 | 3 | 31536000 | 94608000- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setProductDescription
The product description filter value. Specify this parameter to show only those reservations matching the specified product description.
- Parameters:
productDescription- The product description filter value. Specify this parameter to show only those reservations matching the specified product description.
-
getProductDescription
The product description filter value. Specify this parameter to show only those reservations matching the specified product description.
- Returns:
- The product description filter value. Specify this parameter to show only those reservations matching the specified product description.
-
withProductDescription
The product description filter value. Specify this parameter to show only those reservations matching the specified product description.
- Parameters:
productDescription- The product description filter value. Specify this parameter to show only those reservations matching the specified product description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setOfferingType
The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.
Valid Values:
"Partial Upfront" | "All Upfront" | "No Upfront"- Parameters:
offeringType- The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.Valid Values:
"Partial Upfront" | "All Upfront" | "No Upfront"
-
getOfferingType
The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.
Valid Values:
"Partial Upfront" | "All Upfront" | "No Upfront"- Returns:
- The offering type filter value. Specify this parameter to show
only the available offerings matching the specified offering
type.
Valid Values:
"Partial Upfront" | "All Upfront" | "No Upfront"
-
withOfferingType
The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.
Valid Values:
"Partial Upfront" | "All Upfront" | "No Upfront"- Parameters:
offeringType- The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.Valid Values:
"Partial Upfront" | "All Upfront" | "No Upfront"- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMultiAZ
The Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter.
- Parameters:
multiAZ- The Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter.
-
getMultiAZ
The Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter.
- Returns:
- The Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter.
-
withMultiAZ
The Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter.
- Parameters:
multiAZ- The Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isMultiAZ
The Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter.
- Returns:
- The Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter.
-
getFilters
-
setFilters
This parameter is not currently supported.
- Parameters:
filters- This parameter is not currently supported.
-
withFilters
This parameter is not currently supported.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)orwithFilters(java.util.Collection)if you want to override the existing values.- Parameters:
filters- This parameter is not currently supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withFilters
This parameter is not currently supported.
- Parameters:
filters- This parameter is not currently supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaxRecords
The maximum number of records to include in the response. If more than the
MaxRecordsvalue is available, a pagination token called a marker is included in the response so that the following results can be retrieved.Default: 100
Constraints: Minimum 20, maximum 100.
- Parameters:
maxRecords- The maximum number of records to include in the response. If more than theMaxRecordsvalue is available, a pagination token called a marker is included in the response so that the following results can be retrieved.Default: 100
Constraints: Minimum 20, maximum 100.
-
getMaxRecords
The maximum number of records to include in the response. If more than the
MaxRecordsvalue is available, a pagination token called a marker is included in the response so that the following results can be retrieved.Default: 100
Constraints: Minimum 20, maximum 100.
- Returns:
- The maximum number of records to include in the response. If more
than the
MaxRecordsvalue is available, a pagination token called a marker is included in the response so that the following results can be retrieved.Default: 100
Constraints: Minimum 20, maximum 100.
-
withMaxRecords
The maximum number of records to include in the response. If more than the
MaxRecordsvalue is available, a pagination token called a marker is included in the response so that the following results can be retrieved.Default: 100
Constraints: Minimum 20, maximum 100.
- Parameters:
maxRecords- The maximum number of records to include in the response. If more than theMaxRecordsvalue is available, a pagination token called a marker is included in the response so that the following results can be retrieved.Default: 100
Constraints: Minimum 20, maximum 100.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMarker
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords.- Parameters:
marker- An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified byMaxRecords.
-
getMarker
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords.- Returns:
- An optional pagination token provided by a previous request. If
this parameter is specified, the response includes only records
beyond the marker, up to the value specified by
MaxRecords.
-
withMarker
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords.- Parameters:
marker- An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified byMaxRecords.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-