public class DescribeOrderableDBInstanceOptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeOrderableDBInstanceOptions operation
.
Returns a list of orderable DB instance options for the specified engine.
NOOP
Constructor and Description |
---|
DescribeOrderableDBInstanceOptionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeOrderableDBInstanceOptionsRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
List<Filter> |
getFilters()
This parameter is not currently supported.
|
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 |
setFilters(Collection<Filter> filters)
This parameter is not currently supported.
|
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 |
withFilters(Collection<Filter> filters)
This parameter is not currently supported.
|
DescribeOrderableDBInstanceOptionsRequest |
withFilters(Filter... filters)
This parameter is not currently supported.
|
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.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 List<Filter> getFilters()
public void setFilters(Collection<Filter> filters)
filters
- This parameter is not currently supported.public DescribeOrderableDBInstanceOptionsRequest withFilters(Filter... filters)
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.
Returns a reference to this object so that method calls can be chained together.
filters
- This parameter is not currently supported.public DescribeOrderableDBInstanceOptionsRequest withFilters(Collection<Filter> filters)
Returns a reference to this object so that method calls can be chained together.
filters
- This parameter is not currently supported.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 Object
Object.toString()
public DescribeOrderableDBInstanceOptionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.