|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.rds.model.DescribeReservedDBInstancesRequest
public class DescribeReservedDBInstancesRequest
Container for the parameters to the DescribeReservedDBInstances operation
.
Returns information about reserved DB Instances for this account, or about a specified reserved DB Instance.
AmazonRDS.describeReservedDBInstances(DescribeReservedDBInstancesRequest)
Constructor Summary | |
---|---|
DescribeReservedDBInstancesRequest()
Default constructor for a new DescribeReservedDBInstancesRequest object. |
Method Summary | |
---|---|
String |
getDBInstanceClass()
The DB Instance class filter value. |
String |
getDuration()
The duration filter value, specified in years or seconds. |
String |
getMarker()
The marker provided in the previous request. |
Integer |
getMaxRecords()
The maximum number of records to include in the response. |
Boolean |
getMultiAZ()
The Multi-AZ filter value. |
String |
getProductDescription()
The product description filter value. |
String |
getReservedDBInstanceId()
The reserved DB Instance identifier filter value. |
String |
getReservedDBInstancesOfferingId()
The offering identifier filter value. |
Boolean |
isMultiAZ()
The Multi-AZ filter value. |
void |
setDBInstanceClass(String dBInstanceClass)
The DB Instance class filter value. |
void |
setDuration(String duration)
The duration filter value, specified in years or seconds. |
void |
setMarker(String marker)
The marker provided in the previous request. |
void |
setMaxRecords(Integer maxRecords)
The maximum number of records to include in the response. |
void |
setMultiAZ(Boolean multiAZ)
The Multi-AZ filter value. |
void |
setProductDescription(String productDescription)
The product description filter value. |
void |
setReservedDBInstanceId(String reservedDBInstanceId)
The reserved DB Instance identifier filter value. |
void |
setReservedDBInstancesOfferingId(String reservedDBInstancesOfferingId)
The offering identifier filter value. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeReservedDBInstancesRequest |
withDBInstanceClass(String dBInstanceClass)
The DB Instance class filter value. |
DescribeReservedDBInstancesRequest |
withDuration(String duration)
The duration filter value, specified in years or seconds. |
DescribeReservedDBInstancesRequest |
withMarker(String marker)
The marker provided in the previous request. |
DescribeReservedDBInstancesRequest |
withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response. |
DescribeReservedDBInstancesRequest |
withMultiAZ(Boolean multiAZ)
The Multi-AZ filter value. |
DescribeReservedDBInstancesRequest |
withProductDescription(String productDescription)
The product description filter value. |
DescribeReservedDBInstancesRequest |
withReservedDBInstanceId(String reservedDBInstanceId)
The reserved DB Instance identifier filter value. |
DescribeReservedDBInstancesRequest |
withReservedDBInstancesOfferingId(String reservedDBInstancesOfferingId)
The offering identifier filter value. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeReservedDBInstancesRequest()
Method Detail |
---|
public String getReservedDBInstanceId()
public void setReservedDBInstanceId(String reservedDBInstanceId)
reservedDBInstanceId
- The reserved DB Instance identifier filter value. Specify this
parameter to show only the reservation that matches the specified
reservation ID.public DescribeReservedDBInstancesRequest withReservedDBInstanceId(String reservedDBInstanceId)
Returns a reference to this object so that method calls can be chained together.
reservedDBInstanceId
- The reserved DB Instance identifier filter value. Specify this
parameter to show only the reservation that matches the specified
reservation ID.
public String getReservedDBInstancesOfferingId()
public void setReservedDBInstancesOfferingId(String reservedDBInstancesOfferingId)
reservedDBInstancesOfferingId
- The offering identifier filter value. Specify this parameter to show
only purchased reservations matching the specified offering
identifier.public DescribeReservedDBInstancesRequest withReservedDBInstancesOfferingId(String reservedDBInstancesOfferingId)
Returns a reference to this object so that method calls can be chained together.
reservedDBInstancesOfferingId
- The offering identifier filter value. Specify this parameter to show
only purchased reservations matching the specified offering
identifier.
public String getDBInstanceClass()
public void setDBInstanceClass(String dBInstanceClass)
dBInstanceClass
- The DB Instance class filter value. Specify this parameter to show
only those reservations matching the specified DB Instances class.public DescribeReservedDBInstancesRequest withDBInstanceClass(String dBInstanceClass)
Returns a reference to this object so that method calls can be chained together.
dBInstanceClass
- The DB Instance class filter value. Specify this parameter to show
only those reservations matching the specified DB Instances class.
public String getDuration()
public void setDuration(String duration)
duration
- The duration filter value, specified in years or seconds. Specify this
parameter to show only reservations for this duration.public DescribeReservedDBInstancesRequest withDuration(String duration)
Returns a reference to this object so that method calls can be chained together.
duration
- The duration filter value, specified in years or seconds. Specify this
parameter to show only reservations for this duration.
public String getProductDescription()
public void setProductDescription(String productDescription)
productDescription
- The product description filter value. Specify this parameter to show
only those reservations matching the specified product description.public DescribeReservedDBInstancesRequest withProductDescription(String productDescription)
Returns a reference to this object so that method calls can be chained together.
productDescription
- The product description filter value. Specify this parameter to show
only those reservations matching the specified product description.
public Boolean isMultiAZ()
public void setMultiAZ(Boolean multiAZ)
multiAZ
- The Multi-AZ filter value. Specify this parameter to show only those
reservations matching the specified Multi-AZ parameter.public DescribeReservedDBInstancesRequest withMultiAZ(Boolean multiAZ)
Returns a reference to this object so that method calls can be chained together.
multiAZ
- The Multi-AZ filter value. Specify this parameter to show only those
reservations matching the specified Multi-AZ parameter.
public Boolean getMultiAZ()
public Integer getMaxRecords()
MaxRecords
value is available, a marker is included
in the response so that the following results can be retrieved.
MaxRecords
value is available, a marker is included
in the response so that the following results can be retrieved.public void setMaxRecords(Integer maxRecords)
MaxRecords
value is available, a marker is included
in the response so that the following results can be retrieved.
maxRecords
- The maximum number of records to include in the response. If more than
the MaxRecords
value is available, a marker is included
in the response so that the following results can be retrieved.public DescribeReservedDBInstancesRequest withMaxRecords(Integer maxRecords)
MaxRecords
value is available, a marker is included
in the response so that the following results can be retrieved.
Returns a reference to this object so that method calls can be chained together.
maxRecords
- The maximum number of records to include in the response. If more than
the MaxRecords
value is available, a marker is included
in the response so that the following results can be retrieved.
public String getMarker()
MaxRecords
.
MaxRecords
.public void setMarker(String marker)
MaxRecords
.
marker
- The marker provided in the previous request. If this parameter is
specified, the response includes records beyond the marker only, up to
MaxRecords
.public DescribeReservedDBInstancesRequest withMarker(String marker)
MaxRecords
.
Returns a reference to this object so that method calls can be chained together.
marker
- The marker provided in the previous request. If this parameter is
specified, the response includes records beyond the marker only, up to
MaxRecords
.
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |