@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeOrderableDBInstanceOptionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
 Contains the result of a successful invocation of the DescribeOrderableDBInstanceOptions action.
 
| Constructor and Description | 
|---|
| DescribeOrderableDBInstanceOptionsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeOrderableDBInstanceOptionsResult | clone() | 
| boolean | equals(Object obj) | 
| String | getMarker()
 An optional pagination token provided by a previous OrderableDBInstanceOptions request. | 
| List<OrderableDBInstanceOption> | getOrderableDBInstanceOptions()
 An  OrderableDBInstanceOptionstructure containing information about orderable options for the DB
 instance. | 
| int | hashCode() | 
| void | setMarker(String marker)
 An optional pagination token provided by a previous OrderableDBInstanceOptions request. | 
| void | setOrderableDBInstanceOptions(Collection<OrderableDBInstanceOption> orderableDBInstanceOptions)
 An  OrderableDBInstanceOptionstructure containing information about orderable options for the DB
 instance. | 
| String | toString()Returns a string representation of this object. | 
| DescribeOrderableDBInstanceOptionsResult | withMarker(String marker)
 An optional pagination token provided by a previous OrderableDBInstanceOptions request. | 
| DescribeOrderableDBInstanceOptionsResult | withOrderableDBInstanceOptions(Collection<OrderableDBInstanceOption> orderableDBInstanceOptions)
 An  OrderableDBInstanceOptionstructure containing information about orderable options for the DB
 instance. | 
| DescribeOrderableDBInstanceOptionsResult | withOrderableDBInstanceOptions(OrderableDBInstanceOption... orderableDBInstanceOptions)
 An  OrderableDBInstanceOptionstructure containing information about orderable options for the DB
 instance. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeOrderableDBInstanceOptionsResult()
public List<OrderableDBInstanceOption> getOrderableDBInstanceOptions()
 An OrderableDBInstanceOption structure containing information about orderable options for the DB
 instance.
 
OrderableDBInstanceOption structure containing information about orderable options for
         the DB instance.public void setOrderableDBInstanceOptions(Collection<OrderableDBInstanceOption> orderableDBInstanceOptions)
 An OrderableDBInstanceOption structure containing information about orderable options for the DB
 instance.
 
orderableDBInstanceOptions - An OrderableDBInstanceOption structure containing information about orderable options for the
        DB instance.public DescribeOrderableDBInstanceOptionsResult withOrderableDBInstanceOptions(OrderableDBInstanceOption... orderableDBInstanceOptions)
 An OrderableDBInstanceOption structure containing information about orderable options for the DB
 instance.
 
 NOTE: This method appends the values to the existing list (if any). Use
 setOrderableDBInstanceOptions(java.util.Collection) or
 withOrderableDBInstanceOptions(java.util.Collection) if you want to override the existing values.
 
orderableDBInstanceOptions - An OrderableDBInstanceOption structure containing information about orderable options for the
        DB instance.public DescribeOrderableDBInstanceOptionsResult withOrderableDBInstanceOptions(Collection<OrderableDBInstanceOption> orderableDBInstanceOptions)
 An OrderableDBInstanceOption structure containing information about orderable options for the DB
 instance.
 
orderableDBInstanceOptions - An OrderableDBInstanceOption structure containing information about orderable options for the
        DB instance.public void setMarker(String marker)
 An optional pagination token provided by a previous OrderableDBInstanceOptions 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 OrderableDBInstanceOptions 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 OrderableDBInstanceOptions request. If this parameter is
 specified, the response includes only records beyond the marker, up to the value specified by
 MaxRecords.
 
MaxRecords.public DescribeOrderableDBInstanceOptionsResult withMarker(String marker)
 An optional pagination token provided by a previous OrderableDBInstanceOptions 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 OrderableDBInstanceOptions 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()public DescribeOrderableDBInstanceOptionsResult clone()