public class DescribeOrderableDBInstanceOptionsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the result of a successful invocation of the DescribeOrderableDBInstanceOptions action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
marker
An optional pagination token provided by a previous
OrderableDBInstanceOptions request.
|
private SdkInternalList<OrderableDBInstanceOption> |
orderableDBInstanceOptions
An OrderableDBInstanceOption structure containing information
about orderable options for the DB instance.
|
Constructor and Description |
---|
DescribeOrderableDBInstanceOptionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeOrderableDBInstanceOptionsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMarker()
An optional pagination token provided by a previous
OrderableDBInstanceOptions request.
|
java.util.List<OrderableDBInstanceOption> |
getOrderableDBInstanceOptions()
An OrderableDBInstanceOption structure containing information
about orderable options for the DB instance.
|
int |
hashCode() |
void |
setMarker(java.lang.String marker)
An optional pagination token provided by a previous
OrderableDBInstanceOptions request.
|
void |
setOrderableDBInstanceOptions(java.util.Collection<OrderableDBInstanceOption> orderableDBInstanceOptions)
An OrderableDBInstanceOption structure containing information
about orderable options for the DB instance.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeOrderableDBInstanceOptionsResult |
withMarker(java.lang.String marker)
An optional pagination token provided by a previous
OrderableDBInstanceOptions request.
|
DescribeOrderableDBInstanceOptionsResult |
withOrderableDBInstanceOptions(java.util.Collection<OrderableDBInstanceOption> orderableDBInstanceOptions)
An OrderableDBInstanceOption structure containing information
about orderable options for the DB instance.
|
DescribeOrderableDBInstanceOptionsResult |
withOrderableDBInstanceOptions(OrderableDBInstanceOption... orderableDBInstanceOptions)
An OrderableDBInstanceOption structure containing information
about orderable options for the DB instance.
|
private SdkInternalList<OrderableDBInstanceOption> orderableDBInstanceOptions
An OrderableDBInstanceOption structure containing information about orderable options for the DB instance.
private java.lang.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
.
public DescribeOrderableDBInstanceOptionsResult()
public java.util.List<OrderableDBInstanceOption> getOrderableDBInstanceOptions()
An OrderableDBInstanceOption structure containing information about orderable options for the DB instance.
public void setOrderableDBInstanceOptions(java.util.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(java.util.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(java.lang.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 java.lang.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(java.lang.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 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 DescribeOrderableDBInstanceOptionsResult clone()
clone
in class java.lang.Object