public class DescribeOrderableDBInstanceOptionsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
dBInstanceClass
The DB instance class filter value.
|
private java.lang.String |
engine
The name of the engine to retrieve DB instance options for.
|
private java.lang.String |
engineVersion
The engine version filter value.
|
private SdkInternalList<Filter> |
filters
This parameter is not currently supported.
|
private java.lang.String |
licenseModel
The license model filter value.
|
private java.lang.String |
marker
An optional pagination token provided by a previous
DescribeOrderableDBInstanceOptions request.
|
private java.lang.Integer |
maxRecords
The maximum number of records to include in the response.
|
private java.lang.Boolean |
vpc
The VPC filter value.
|
NOOP
Constructor and Description |
---|
DescribeOrderableDBInstanceOptionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeOrderableDBInstanceOptionsRequest |
clone()
Creates a shallow clone of this request.
|
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.util.List<Filter> |
getFilters()
This parameter is not currently supported.
|
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 |
setFilters(java.util.Collection<Filter> filters)
This parameter is not currently supported.
|
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 |
withFilters(java.util.Collection<Filter> filters)
This parameter is not currently supported.
|
DescribeOrderableDBInstanceOptionsRequest |
withFilters(Filter... filters)
This parameter is not currently supported.
|
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String engine
The name of the engine to retrieve DB instance options for.
private java.lang.String engineVersion
The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.
private java.lang.String dBInstanceClass
The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.
private java.lang.String licenseModel
The license model filter value. Specify this parameter to show only the available offerings matching the specified license model.
private java.lang.Boolean vpc
The VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings.
private SdkInternalList<Filter> filters
This parameter is not currently supported.
private java.lang.Integer 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.
private java.lang.String 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()
public void setEngine(java.lang.String engine)
The name of the engine to retrieve DB instance options for.
engine
- The name of the engine to retrieve DB instance options for.public java.lang.String getEngine()
The name of the engine to retrieve DB instance options for.
public DescribeOrderableDBInstanceOptionsRequest withEngine(java.lang.String engine)
The name of the engine to retrieve DB instance options for.
engine
- The name of the engine to retrieve DB instance options for.public void setEngineVersion(java.lang.String engineVersion)
The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.
engineVersion
- The engine version filter value. Specify this parameter to show
only the available offerings matching the specified engine
version.public java.lang.String getEngineVersion()
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)
The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.
engineVersion
- The engine version filter value. Specify this parameter to show
only the available offerings matching the specified engine
version.public void setDBInstanceClass(java.lang.String dBInstanceClass)
The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.
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 getDBInstanceClass()
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)
The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.
dBInstanceClass
- The DB instance class filter value. Specify this parameter to show
only the available offerings matching the specified DB instance
class.public void setLicenseModel(java.lang.String licenseModel)
The license model filter value. Specify this parameter to show only the available offerings matching the specified license model.
licenseModel
- The license model filter value. Specify this parameter to show
only the available offerings matching the specified license model.public java.lang.String getLicenseModel()
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)
The license model filter value. Specify this parameter to show only the available offerings matching the specified license model.
licenseModel
- The license model filter value. Specify this parameter to show
only the available offerings matching the specified license model.public void setVpc(java.lang.Boolean vpc)
The VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings.
vpc
- The VPC filter value. Specify this parameter to show only the
available VPC or non-VPC offerings.public java.lang.Boolean getVpc()
The VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings.
public DescribeOrderableDBInstanceOptionsRequest withVpc(java.lang.Boolean vpc)
The VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings.
vpc
- The VPC filter value. Specify this parameter to show only the
available VPC or non-VPC offerings.public java.lang.Boolean isVpc()
The VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings.
public java.util.List<Filter> getFilters()
This parameter is not currently supported.
public void setFilters(java.util.Collection<Filter> filters)
This parameter is not currently supported.
filters
- This parameter is not currently supported.public DescribeOrderableDBInstanceOptionsRequest withFilters(Filter... filters)
This parameter is not currently supported.
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.
filters
- This parameter is not currently supported.public DescribeOrderableDBInstanceOptionsRequest withFilters(java.util.Collection<Filter> filters)
This parameter is not currently supported.
filters
- This parameter is not currently supported.public void setMaxRecords(java.lang.Integer 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.
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.Integer getMaxRecords()
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.
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)
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.
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 void setMarker(java.lang.String 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
.
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 getMarker()
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
.
MaxRecords
.public DescribeOrderableDBInstanceOptionsRequest withMarker(java.lang.String 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
.
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.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeOrderableDBInstanceOptionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()