public class DescribeOrderableClusterOptionsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output from the DescribeOrderableClusterOptions action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
marker
A value that indicates the starting point for the next set of response
records in a subsequent request.
|
private SdkInternalList<OrderableClusterOption> |
orderableClusterOptions
An
OrderableClusterOption structure containing information
about orderable options for the cluster. |
Constructor and Description |
---|
DescribeOrderableClusterOptionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeOrderableClusterOptionsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMarker()
A value that indicates the starting point for the next set of response
records in a subsequent request.
|
java.util.List<OrderableClusterOption> |
getOrderableClusterOptions()
An
OrderableClusterOption structure containing information
about orderable options for the cluster. |
int |
hashCode() |
void |
setMarker(java.lang.String marker)
A value that indicates the starting point for the next set of response
records in a subsequent request.
|
void |
setOrderableClusterOptions(java.util.Collection<OrderableClusterOption> orderableClusterOptions)
An
OrderableClusterOption structure containing information
about orderable options for the cluster. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeOrderableClusterOptionsResult |
withMarker(java.lang.String marker)
A value that indicates the starting point for the next set of response
records in a subsequent request.
|
DescribeOrderableClusterOptionsResult |
withOrderableClusterOptions(java.util.Collection<OrderableClusterOption> orderableClusterOptions)
An
OrderableClusterOption structure containing information
about orderable options for the cluster. |
DescribeOrderableClusterOptionsResult |
withOrderableClusterOptions(OrderableClusterOption... orderableClusterOptions)
An
OrderableClusterOption structure containing information
about orderable options for the cluster. |
private SdkInternalList<OrderableClusterOption> orderableClusterOptions
An OrderableClusterOption
structure containing information
about orderable options for the cluster.
private java.lang.String marker
A value that indicates the starting point for the next set of response
records in a subsequent request. If a value is returned in a response,
you can retrieve the next set of records by providing this returned
marker value in the Marker
parameter and retrying the
command. If the Marker
field is empty, all response records
have been retrieved for the request.
public DescribeOrderableClusterOptionsResult()
public java.util.List<OrderableClusterOption> getOrderableClusterOptions()
An OrderableClusterOption
structure containing information
about orderable options for the cluster.
OrderableClusterOption
structure containing
information about orderable options for the cluster.public void setOrderableClusterOptions(java.util.Collection<OrderableClusterOption> orderableClusterOptions)
An OrderableClusterOption
structure containing information
about orderable options for the cluster.
orderableClusterOptions
- An OrderableClusterOption
structure containing
information about orderable options for the cluster.public DescribeOrderableClusterOptionsResult withOrderableClusterOptions(OrderableClusterOption... orderableClusterOptions)
An OrderableClusterOption
structure containing information
about orderable options for the cluster.
NOTE: This method appends the values to the existing list (if
any). Use setOrderableClusterOptions(java.util.Collection)
or
withOrderableClusterOptions(java.util.Collection)
if you want to
override the existing values.
orderableClusterOptions
- An OrderableClusterOption
structure containing
information about orderable options for the cluster.public DescribeOrderableClusterOptionsResult withOrderableClusterOptions(java.util.Collection<OrderableClusterOption> orderableClusterOptions)
An OrderableClusterOption
structure containing information
about orderable options for the cluster.
orderableClusterOptions
- An OrderableClusterOption
structure containing
information about orderable options for the cluster.public void setMarker(java.lang.String marker)
A value that indicates the starting point for the next set of response
records in a subsequent request. If a value is returned in a response,
you can retrieve the next set of records by providing this returned
marker value in the Marker
parameter and retrying the
command. If the Marker
field is empty, all response records
have been retrieved for the request.
marker
- A value that indicates the starting point for the next set of
response records in a subsequent request. If a value is returned
in a response, you can retrieve the next set of records by
providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the
request.public java.lang.String getMarker()
A value that indicates the starting point for the next set of response
records in a subsequent request. If a value is returned in a response,
you can retrieve the next set of records by providing this returned
marker value in the Marker
parameter and retrying the
command. If the Marker
field is empty, all response records
have been retrieved for the request.
Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the
request.public DescribeOrderableClusterOptionsResult withMarker(java.lang.String marker)
A value that indicates the starting point for the next set of response
records in a subsequent request. If a value is returned in a response,
you can retrieve the next set of records by providing this returned
marker value in the Marker
parameter and retrying the
command. If the Marker
field is empty, all response records
have been retrieved for the request.
marker
- A value that indicates the starting point for the next set of
response records in a subsequent request. If a value is returned
in a response, you can retrieve the next set of records by
providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the
request.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 DescribeOrderableClusterOptionsResult clone()
clone
in class java.lang.Object