public class DescribeOrderableDBInstanceOptionsRequest extends AmazonWebServiceRequest implements Serializable
DescribeOrderableDBInstanceOptions operation.
Returns a list of orderable DB instance options for the specified engine.
| Constructor and Description |
|---|
DescribeOrderableDBInstanceOptionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic DescribeOrderableDBInstanceOptionsRequest()
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()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.