@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeOrderableDBInstanceOptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input to DescribeOrderableDBInstanceOptions.
NOOP
Constructor and Description |
---|
DescribeOrderableDBInstanceOptionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeOrderableDBInstanceOptionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDBInstanceClass()
The instance class filter value.
|
String |
getEngine()
The name of the engine to retrieve 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 request.
|
Integer |
getMaxRecords()
The maximum number of records to include in the response.
|
Boolean |
getVpc()
The virtual private cloud (VPC) filter value.
|
int |
hashCode() |
Boolean |
isVpc()
The virtual private cloud (VPC) filter value.
|
void |
setDBInstanceClass(String dBInstanceClass)
The instance class filter value.
|
void |
setEngine(String engine)
The name of the engine to retrieve 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 request.
|
void |
setMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
void |
setVpc(Boolean vpc)
The virtual private cloud (VPC) filter value.
|
String |
toString()
Returns a string representation of this object.
|
DescribeOrderableDBInstanceOptionsRequest |
withDBInstanceClass(String dBInstanceClass)
The instance class filter value.
|
DescribeOrderableDBInstanceOptionsRequest |
withEngine(String engine)
The name of the engine to retrieve 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 request.
|
DescribeOrderableDBInstanceOptionsRequest |
withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
DescribeOrderableDBInstanceOptionsRequest |
withVpc(Boolean vpc)
The virtual private cloud (VPC) filter value.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DescribeOrderableDBInstanceOptionsRequest()
public void setEngine(String engine)
The name of the engine to retrieve instance options for.
engine
- The name of the engine to retrieve instance options for.public String getEngine()
The name of the engine to retrieve instance options for.
public DescribeOrderableDBInstanceOptionsRequest withEngine(String engine)
The name of the engine to retrieve instance options for.
engine
- The name of the engine to retrieve instance options for.public void setEngineVersion(String engineVersion)
The engine version filter value. Specify this parameter to show only the available offerings that match the specified engine version.
engineVersion
- The engine version filter value. Specify this parameter to show only the available offerings that match
the specified engine version.public String getEngineVersion()
The engine version filter value. Specify this parameter to show only the available offerings that match the specified engine version.
public DescribeOrderableDBInstanceOptionsRequest withEngineVersion(String engineVersion)
The engine version filter value. Specify this parameter to show only the available offerings that match the specified engine version.
engineVersion
- The engine version filter value. Specify this parameter to show only the available offerings that match
the specified engine version.public void setDBInstanceClass(String dBInstanceClass)
The instance class filter value. Specify this parameter to show only the available offerings that match the specified instance class.
dBInstanceClass
- The instance class filter value. Specify this parameter to show only the available offerings that match
the specified instance class.public String getDBInstanceClass()
The instance class filter value. Specify this parameter to show only the available offerings that match the specified instance class.
public DescribeOrderableDBInstanceOptionsRequest withDBInstanceClass(String dBInstanceClass)
The instance class filter value. Specify this parameter to show only the available offerings that match the specified instance class.
dBInstanceClass
- The instance class filter value. Specify this parameter to show only the available offerings that match
the specified instance class.public void setLicenseModel(String licenseModel)
The license model filter value. Specify this parameter to show only the available offerings that match the specified license model.
licenseModel
- The license model filter value. Specify this parameter to show only the available offerings that match the
specified license model.public String getLicenseModel()
The license model filter value. Specify this parameter to show only the available offerings that match the specified license model.
public DescribeOrderableDBInstanceOptionsRequest withLicenseModel(String licenseModel)
The license model filter value. Specify this parameter to show only the available offerings that match the specified license model.
licenseModel
- The license model filter value. Specify this parameter to show only the available offerings that match the
specified license model.public void setVpc(Boolean vpc)
The virtual private cloud (VPC) filter value. Specify this parameter to show only the available VPC or non-VPC offerings.
vpc
- The virtual private cloud (VPC) filter value. Specify this parameter to show only the available VPC or
non-VPC offerings.public Boolean getVpc()
The virtual private cloud (VPC) filter value. Specify this parameter to show only the available VPC or non-VPC offerings.
public DescribeOrderableDBInstanceOptionsRequest withVpc(Boolean vpc)
The virtual private cloud (VPC) filter value. Specify this parameter to show only the available VPC or non-VPC offerings.
vpc
- The virtual private cloud (VPC) filter value. Specify this parameter to show only the available VPC or
non-VPC offerings.public Boolean isVpc()
The virtual private cloud (VPC) filter value. Specify this parameter to show only the available VPC or non-VPC offerings.
public List<Filter> getFilters()
This parameter is not currently supported.
public void setFilters(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(Collection<Filter> filters)
This parameter is not currently supported.
filters
- This parameter is not currently supported.public void setMaxRecords(Integer maxRecords)
The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, a pagination token (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 (marker) is included in the response so that the
remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
public Integer getMaxRecords()
The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, a pagination token (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 (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)
The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, a pagination token (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 (marker) is included in the response so that the
remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
public void setMarker(String marker)
An optional pagination token provided by a previous 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 request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.public String getMarker()
An optional pagination token provided by a previous 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(String marker)
An optional pagination token provided by a previous 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 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()