|
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),
Serialized Form| Constructor Summary | |
|---|---|
DescribeOrderableDBInstanceOptionsRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDBInstanceClass()
The DB Instance class filter value. |
java.lang.String |
getEngine()
The name of the engine to retrieve DB Instance options for. |
java.lang.String |
getEngineVersion()
The engine version filter value. |
java.lang.String |
getLicenseModel()
The license model filter value. |
java.lang.String |
getMarker()
An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request. |
java.lang.Integer |
getMaxRecords()
The maximum number of records to include in the response. |
java.lang.Boolean |
getVpc()
The VPC filter value. |
int |
hashCode()
|
java.lang.Boolean |
isVpc()
The VPC filter value. |
void |
setDBInstanceClass(java.lang.String dBInstanceClass)
The DB Instance class filter value. |
void |
setEngine(java.lang.String engine)
The name of the engine to retrieve DB Instance options for. |
void |
setEngineVersion(java.lang.String engineVersion)
The engine version filter value. |
void |
setLicenseModel(java.lang.String licenseModel)
The license model filter value. |
void |
setMarker(java.lang.String marker)
An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request. |
void |
setMaxRecords(java.lang.Integer maxRecords)
The maximum number of records to include in the response. |
void |
setVpc(java.lang.Boolean vpc)
The VPC filter value. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeOrderableDBInstanceOptionsRequest |
withDBInstanceClass(java.lang.String dBInstanceClass)
The DB Instance class filter value. |
DescribeOrderableDBInstanceOptionsRequest |
withEngine(java.lang.String engine)
The name of the engine to retrieve DB Instance options for. |
DescribeOrderableDBInstanceOptionsRequest |
withEngineVersion(java.lang.String engineVersion)
The engine version filter value. |
DescribeOrderableDBInstanceOptionsRequest |
withLicenseModel(java.lang.String licenseModel)
The license model filter value. |
DescribeOrderableDBInstanceOptionsRequest |
withMarker(java.lang.String marker)
An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request. |
DescribeOrderableDBInstanceOptionsRequest |
withMaxRecords(java.lang.Integer maxRecords)
The maximum number of records to include in the response. |
DescribeOrderableDBInstanceOptionsRequest |
withVpc(java.lang.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 java.lang.String getEngine()
public void setEngine(java.lang.String engine)
engine - The name of the engine to retrieve DB Instance options for.public DescribeOrderableDBInstanceOptionsRequest withEngine(java.lang.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 java.lang.String getEngineVersion()
public void setEngineVersion(java.lang.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(java.lang.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 java.lang.String getDBInstanceClass()
public void setDBInstanceClass(java.lang.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(java.lang.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 java.lang.String getLicenseModel()
public void setLicenseModel(java.lang.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(java.lang.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 java.lang.Boolean isVpc()
public void setVpc(java.lang.Boolean vpc)
vpc - The VPC filter value. Specify this parameter to show only the
available VPC or non-VPC offerings.public DescribeOrderableDBInstanceOptionsRequest withVpc(java.lang.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 java.lang.Boolean getVpc()
public java.lang.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(java.lang.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(java.lang.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 java.lang.String getMarker()
MaxRecords .
MaxRecords .public void setMarker(java.lang.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(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||