@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeReservedDBInstancesOfferingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeReservedDBInstancesOfferingsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeReservedDBInstancesOfferingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDBInstanceClass()
The DB instance class filter value.
|
String |
getDuration()
Duration filter value, specified in years or seconds.
|
List<Filter> |
getFilters()
This parameter isn't currently supported.
|
String |
getMarker()
An optional pagination token provided by a previous request.
|
Integer |
getMaxRecords()
The maximum number of records to include in the response.
|
Boolean |
getMultiAZ()
Specifies whether to show only those reservations that support Multi-AZ.
|
String |
getOfferingType()
The offering type filter value.
|
String |
getProductDescription()
Product description filter value.
|
String |
getReservedDBInstancesOfferingId()
The offering identifier filter value.
|
int |
hashCode() |
Boolean |
isMultiAZ()
Specifies whether to show only those reservations that support Multi-AZ.
|
void |
setDBInstanceClass(String dBInstanceClass)
The DB instance class filter value.
|
void |
setDuration(String duration)
Duration filter value, specified in years or seconds.
|
void |
setFilters(Collection<Filter> filters)
This parameter isn't currently supported.
|
void |
setMarker(String marker)
An optional pagination token provided by a previous request.
|
void |
setMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
void |
setMultiAZ(Boolean multiAZ)
Specifies whether to show only those reservations that support Multi-AZ.
|
void |
setOfferingType(String offeringType)
The offering type filter value.
|
void |
setProductDescription(String productDescription)
Product description filter value.
|
void |
setReservedDBInstancesOfferingId(String reservedDBInstancesOfferingId)
The offering identifier filter value.
|
String |
toString()
Returns a string representation of this object.
|
DescribeReservedDBInstancesOfferingsRequest |
withDBInstanceClass(String dBInstanceClass)
The DB instance class filter value.
|
DescribeReservedDBInstancesOfferingsRequest |
withDuration(String duration)
Duration filter value, specified in years or seconds.
|
DescribeReservedDBInstancesOfferingsRequest |
withFilters(Collection<Filter> filters)
This parameter isn't currently supported.
|
DescribeReservedDBInstancesOfferingsRequest |
withFilters(Filter... filters)
This parameter isn't currently supported.
|
DescribeReservedDBInstancesOfferingsRequest |
withMarker(String marker)
An optional pagination token provided by a previous request.
|
DescribeReservedDBInstancesOfferingsRequest |
withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
DescribeReservedDBInstancesOfferingsRequest |
withMultiAZ(Boolean multiAZ)
Specifies whether to show only those reservations that support Multi-AZ.
|
DescribeReservedDBInstancesOfferingsRequest |
withOfferingType(String offeringType)
The offering type filter value.
|
DescribeReservedDBInstancesOfferingsRequest |
withProductDescription(String productDescription)
Product description filter value.
|
DescribeReservedDBInstancesOfferingsRequest |
withReservedDBInstancesOfferingId(String reservedDBInstancesOfferingId)
The offering identifier filter value.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DescribeReservedDBInstancesOfferingsRequest()
public void setReservedDBInstancesOfferingId(String reservedDBInstancesOfferingId)
The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier.
Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706
reservedDBInstancesOfferingId
- The offering identifier filter value. Specify this parameter to show only the available offering that
matches the specified reservation identifier.
Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706
public String getReservedDBInstancesOfferingId()
The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier.
Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706
Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706
public DescribeReservedDBInstancesOfferingsRequest withReservedDBInstancesOfferingId(String reservedDBInstancesOfferingId)
The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier.
Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706
reservedDBInstancesOfferingId
- The offering identifier filter value. Specify this parameter to show only the available offering that
matches the specified reservation identifier.
Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706
public void setDBInstanceClass(String dBInstanceClass)
The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.
dBInstanceClass
- The DB instance class filter value. Specify this parameter to show only the available offerings matching
the specified DB instance class.public String getDBInstanceClass()
The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.
public DescribeReservedDBInstancesOfferingsRequest withDBInstanceClass(String dBInstanceClass)
The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.
dBInstanceClass
- The DB instance class filter value. Specify this parameter to show only the available offerings matching
the specified DB instance class.public void setDuration(String duration)
Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.
Valid Values: 1 | 3 | 31536000 | 94608000
duration
- Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for
this duration.
Valid Values: 1 | 3 | 31536000 | 94608000
public String getDuration()
Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.
Valid Values: 1 | 3 | 31536000 | 94608000
Valid Values: 1 | 3 | 31536000 | 94608000
public DescribeReservedDBInstancesOfferingsRequest withDuration(String duration)
Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.
Valid Values: 1 | 3 | 31536000 | 94608000
duration
- Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for
this duration.
Valid Values: 1 | 3 | 31536000 | 94608000
public void setProductDescription(String productDescription)
Product description filter value. Specify this parameter to show only the available offerings that contain the specified product description.
The results show offerings that partially match the filter value.
productDescription
- Product description filter value. Specify this parameter to show only the available offerings that contain
the specified product description. The results show offerings that partially match the filter value.
public String getProductDescription()
Product description filter value. Specify this parameter to show only the available offerings that contain the specified product description.
The results show offerings that partially match the filter value.
The results show offerings that partially match the filter value.
public DescribeReservedDBInstancesOfferingsRequest withProductDescription(String productDescription)
Product description filter value. Specify this parameter to show only the available offerings that contain the specified product description.
The results show offerings that partially match the filter value.
productDescription
- Product description filter value. Specify this parameter to show only the available offerings that contain
the specified product description. The results show offerings that partially match the filter value.
public void setOfferingType(String 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"
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"
public String 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"
Valid Values: "Partial Upfront" | "All Upfront" | "No Upfront"
public DescribeReservedDBInstancesOfferingsRequest withOfferingType(String 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"
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"
public void setMultiAZ(Boolean multiAZ)
Specifies whether to show only those reservations that support Multi-AZ.
multiAZ
- Specifies whether to show only those reservations that support Multi-AZ.public Boolean getMultiAZ()
Specifies whether to show only those reservations that support Multi-AZ.
public DescribeReservedDBInstancesOfferingsRequest withMultiAZ(Boolean multiAZ)
Specifies whether to show only those reservations that support Multi-AZ.
multiAZ
- Specifies whether to show only those reservations that support Multi-AZ.public Boolean isMultiAZ()
Specifies whether to show only those reservations that support Multi-AZ.
public List<Filter> getFilters()
This parameter isn't currently supported.
public void setFilters(Collection<Filter> filters)
This parameter isn't currently supported.
filters
- This parameter isn't currently supported.public DescribeReservedDBInstancesOfferingsRequest withFilters(Filter... filters)
This parameter isn't currently supported.
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.
filters
- This parameter isn't currently supported.public DescribeReservedDBInstancesOfferingsRequest withFilters(Collection<Filter> filters)
This parameter isn't currently supported.
filters
- This parameter isn't currently supported.public void setMaxRecords(Integer maxRecords)
The maximum number of records to include in the response. If more than the MaxRecords
value is
available, a pagination token called a marker is included in the response so you can retrieve the remaining
results.
Default: 100
Constraints: Minimum 20, maximum 100.
maxRecords
- The maximum number of records to include in the response. If more than the MaxRecords
value
is available, a pagination token called a marker is included in the response so you can retrieve the
remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
public Integer getMaxRecords()
The maximum number of records to include in the response. If more than the MaxRecords
value is
available, a pagination token called a marker is included in the response so you can retrieve the remaining
results.
Default: 100
Constraints: Minimum 20, maximum 100.
MaxRecords
value
is available, a pagination token called a marker is included in the response so you can retrieve the
remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
public DescribeReservedDBInstancesOfferingsRequest withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response. If more than the MaxRecords
value is
available, a pagination token called a marker is included in the response so you can retrieve the remaining
results.
Default: 100
Constraints: Minimum 20, maximum 100.
maxRecords
- The maximum number of records to include in the response. If more than the MaxRecords
value
is available, a pagination token called a marker is included in the response so you can retrieve the
remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
public void setMarker(String 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 by MaxRecords
.
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 by MaxRecords
.public String 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
.
MaxRecords
.public DescribeReservedDBInstancesOfferingsRequest withMarker(String 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 by MaxRecords
.
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 by MaxRecords
.public String toString()
toString
in class Object
Object.toString()
public DescribeReservedDBInstancesOfferingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()