|
Did this page help you?Yes No Tell us about it... |
||||||
| 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.DescribeOrderableDBInstanceOptionsRequest
public class DescribeOrderableDBInstanceOptionsRequest
Container for the parameters to the DescribeOrderableDBInstanceOptions operation.
Returns a list of orderable DB Instance options for the specified engine.
AmazonRDS.describeOrderableDBInstanceOptions(DescribeOrderableDBInstanceOptionsRequest)| Constructor Summary | |
|---|---|
DescribeOrderableDBInstanceOptionsRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getDBInstanceClass()
The DB Instance class filter value. |
String |
getEngine()
The name of the engine to retrieve DB Instance options for. |
String |
getEngineVersion()
The engine version filter value. |
String |
getLicenseModel()
The license model filter value. |
String |
getMarker()
An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request. |
Integer |
getMaxRecords()
The maximum number of records to include in the response. |
Boolean |
getVpc()
The VPC filter value. |
int |
hashCode()
|
Boolean |
isVpc()
The VPC filter value. |
void |
setDBInstanceClass(String dBInstanceClass)
The DB Instance class filter value. |
void |
setEngine(String engine)
The name of the engine to retrieve DB Instance options for. |
void |
setEngineVersion(String engineVersion)
The engine version filter value. |
void |
setLicenseModel(String licenseModel)
The license model filter value. |
void |
setMarker(String marker)
An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request. |
void |
setMaxRecords(Integer maxRecords)
The maximum number of records to include in the response. |
void |
setVpc(Boolean vpc)
The VPC filter value. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeOrderableDBInstanceOptionsRequest |
withDBInstanceClass(String dBInstanceClass)
The DB Instance class filter value. |
DescribeOrderableDBInstanceOptionsRequest |
withEngine(String engine)
The name of the engine to retrieve DB Instance options for. |
DescribeOrderableDBInstanceOptionsRequest |
withEngineVersion(String engineVersion)
The engine version filter value. |
DescribeOrderableDBInstanceOptionsRequest |
withLicenseModel(String licenseModel)
The license model filter value. |
DescribeOrderableDBInstanceOptionsRequest |
withMarker(String marker)
An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request. |
DescribeOrderableDBInstanceOptionsRequest |
withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response. |
DescribeOrderableDBInstanceOptionsRequest |
withVpc(Boolean vpc)
The VPC filter value. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeOrderableDBInstanceOptionsRequest()
| Method Detail |
|---|
public String getEngine()
public void setEngine(String engine)
engine - The name of the engine to retrieve DB Instance options for.public DescribeOrderableDBInstanceOptionsRequest withEngine(String engine)
Returns a reference to this object so that method calls can be chained together.
engine - The name of the engine to retrieve DB Instance options for.
public String getEngineVersion()
public void setEngineVersion(String engineVersion)
engineVersion - The engine version filter value. Specify this parameter to show only
the available offerings matching the specified engine version.public DescribeOrderableDBInstanceOptionsRequest withEngineVersion(String engineVersion)
Returns a reference to this object so that method calls can be chained together.
engineVersion - The engine version filter value. Specify this parameter to show only
the available offerings matching the specified engine version.
public String getDBInstanceClass()
public void setDBInstanceClass(String dBInstanceClass)
dBInstanceClass - The DB Instance class filter value. Specify this parameter to show
only the available offerings matching the specified DB Instance class.public DescribeOrderableDBInstanceOptionsRequest 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 the available offerings matching the specified DB Instance class.
public String getLicenseModel()
public void setLicenseModel(String licenseModel)
licenseModel - The license model filter value. Specify this parameter to show only
the available offerings matching the specified license model.public DescribeOrderableDBInstanceOptionsRequest withLicenseModel(String licenseModel)
Returns a reference to this object so that method calls can be chained together.
licenseModel - The license model filter value. Specify this parameter to show only
the available offerings matching the specified license model.
public Boolean isVpc()
public void setVpc(Boolean vpc)
vpc - The VPC filter value. Specify this parameter to show only the
available VPC or non-VPC offerings.public DescribeOrderableDBInstanceOptionsRequest withVpc(Boolean vpc)
Returns a reference to this object so that method calls can be chained together.
vpc - The VPC filter value. Specify this parameter to show only the
available VPC or non-VPC offerings.
public Boolean getVpc()
public Integer getMaxRecords()
MaxRecords value, a
pagination token called a marker is included in the response so that
the remaining results can be retrieved. Default: 100
Constraints: minimum 20, maximum 100
MaxRecords value, a
pagination token called a marker is included in the response so that
the remaining results can be retrieved. Default: 100
Constraints: minimum 20, maximum 100
public void setMaxRecords(Integer maxRecords)
MaxRecords value, a
pagination token called a marker is included in the response so that
the remaining results can be retrieved. Default: 100
Constraints: minimum 20, maximum 100
maxRecords - The maximum number of records to include in the response. If more
records exist than the specified MaxRecords value, a
pagination token called a marker is included in the response so that
the remaining results can be retrieved. Default: 100
Constraints: minimum 20, maximum 100
public DescribeOrderableDBInstanceOptionsRequest withMaxRecords(Integer maxRecords)
MaxRecords value, a
pagination token called a marker is included in the response so that
the remaining results can be retrieved. Default: 100
Constraints: minimum 20, maximum 100
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
records exist than the specified MaxRecords value, a
pagination token called a marker is included in the response so that
the remaining results can be retrieved. Default: 100
Constraints: minimum 20, maximum 100
public String getMarker()
MaxRecords .
MaxRecords .public void setMarker(String marker)
MaxRecords .
marker - An optional pagination token provided by a previous
DescribeOrderableDBInstanceOptions request. If this parameter is
specified, the response includes only records beyond the marker, up to
the value specified by MaxRecords .public DescribeOrderableDBInstanceOptionsRequest withMarker(String marker)
MaxRecords .
Returns a reference to this object so that method calls can be chained together.
marker - An optional pagination token provided by a previous
DescribeOrderableDBInstanceOptions 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 ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||