@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeOrderableDBInstanceOptionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of DescribeOrderableDBInstanceOptions.
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 request.
|
List<OrderableDBInstanceOption> |
getOrderableDBInstanceOptions()
The options that are available for a particular orderable instance.
|
int |
hashCode() |
void |
setMarker(String marker)
An optional pagination token provided by a previous request.
|
void |
setOrderableDBInstanceOptions(Collection<OrderableDBInstanceOption> orderableDBInstanceOptions)
The options that are available for a particular orderable instance.
|
String |
toString()
Returns a string representation of this object.
|
DescribeOrderableDBInstanceOptionsResult |
withMarker(String marker)
An optional pagination token provided by a previous request.
|
DescribeOrderableDBInstanceOptionsResult |
withOrderableDBInstanceOptions(Collection<OrderableDBInstanceOption> orderableDBInstanceOptions)
The options that are available for a particular orderable instance.
|
DescribeOrderableDBInstanceOptionsResult |
withOrderableDBInstanceOptions(OrderableDBInstanceOption... orderableDBInstanceOptions)
The options that are available for a particular orderable instance.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeOrderableDBInstanceOptionsResult()
public List<OrderableDBInstanceOption> getOrderableDBInstanceOptions()
The options that are available for a particular orderable instance.
public void setOrderableDBInstanceOptions(Collection<OrderableDBInstanceOption> orderableDBInstanceOptions)
The options that are available for a particular orderable instance.
orderableDBInstanceOptions
- The options that are available for a particular orderable instance.public DescribeOrderableDBInstanceOptionsResult withOrderableDBInstanceOptions(OrderableDBInstanceOption... orderableDBInstanceOptions)
The options that are available for a particular orderable 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
- The options that are available for a particular orderable instance.public DescribeOrderableDBInstanceOptionsResult withOrderableDBInstanceOptions(Collection<OrderableDBInstanceOption> orderableDBInstanceOptions)
The options that are available for a particular orderable instance.
orderableDBInstanceOptions
- The options that are available for a particular orderable instance.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 DescribeOrderableDBInstanceOptionsResult 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 DescribeOrderableDBInstanceOptionsResult clone()