@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeOrderableClusterOptionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output from the DescribeOrderableClusterOptions action.
Constructor and Description |
---|
DescribeOrderableClusterOptionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeOrderableClusterOptionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
A value that indicates the starting point for the next set of response records in a subsequent request.
|
List<OrderableClusterOption> |
getOrderableClusterOptions()
An
OrderableClusterOption structure containing information about orderable options for the cluster. |
int |
hashCode() |
void |
setMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
void |
setOrderableClusterOptions(Collection<OrderableClusterOption> orderableClusterOptions)
An
OrderableClusterOption structure containing information about orderable options for the cluster. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeOrderableClusterOptionsResult |
withMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
DescribeOrderableClusterOptionsResult |
withOrderableClusterOptions(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. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeOrderableClusterOptionsResult()
public 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(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(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(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 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(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 String toString()
toString
in class Object
Object.toString()
public DescribeOrderableClusterOptionsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.