public class DescribeOrderableClusterOptionsResult
extends java.lang.Object
implements java.io.Serializable
Contains the output from the DescribeOrderableClusterOptions action.
| コンストラクタと説明 |
|---|
DescribeOrderableClusterOptionsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMarker()
A marker that can be used to retrieve paginated results.
|
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 marker that can be used to retrieve paginated results.
|
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 marker that can be used to retrieve paginated results.
|
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.
|
public java.util.List<OrderableClusterOption> getOrderableClusterOptions()
public void setOrderableClusterOptions(java.util.Collection<OrderableClusterOption> orderableClusterOptions)
orderableClusterOptions - An OrderableClusterOption structure containing information
about orderable options for the Cluster.public DescribeOrderableClusterOptionsResult withOrderableClusterOptions(OrderableClusterOption... orderableClusterOptions)
Returns a reference to this object so that method calls can be chained together.
orderableClusterOptions - An OrderableClusterOption structure containing information
about orderable options for the Cluster.public DescribeOrderableClusterOptionsResult withOrderableClusterOptions(java.util.Collection<OrderableClusterOption> orderableClusterOptions)
Returns a reference to this object so that method calls can be chained together.
orderableClusterOptions - An OrderableClusterOption structure containing information
about orderable options for the Cluster.public java.lang.String getMarker()
public void setMarker(java.lang.String marker)
marker - A marker that can be used to retrieve paginated results.public DescribeOrderableClusterOptionsResult withMarker(java.lang.String marker)
Returns a reference to this object so that method calls can be chained together.
marker - A marker that can be used to retrieve paginated results.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object