@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetReservedNodeExchangeConfigurationOptionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetReservedNodeExchangeConfigurationOptionsResult() |
Modifier and Type | Method and Description |
---|---|
GetReservedNodeExchangeConfigurationOptionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
A pagination token provided by a previous
GetReservedNodeExchangeConfigurationOptions request. |
List<ReservedNodeConfigurationOption> |
getReservedNodeConfigurationOptionList()
the configuration options for the reserved-node exchange.
|
int |
hashCode() |
void |
setMarker(String marker)
A pagination token provided by a previous
GetReservedNodeExchangeConfigurationOptions request. |
void |
setReservedNodeConfigurationOptionList(Collection<ReservedNodeConfigurationOption> reservedNodeConfigurationOptionList)
the configuration options for the reserved-node exchange.
|
String |
toString()
Returns a string representation of this object.
|
GetReservedNodeExchangeConfigurationOptionsResult |
withMarker(String marker)
A pagination token provided by a previous
GetReservedNodeExchangeConfigurationOptions request. |
GetReservedNodeExchangeConfigurationOptionsResult |
withReservedNodeConfigurationOptionList(Collection<ReservedNodeConfigurationOption> reservedNodeConfigurationOptionList)
the configuration options for the reserved-node exchange.
|
GetReservedNodeExchangeConfigurationOptionsResult |
withReservedNodeConfigurationOptionList(ReservedNodeConfigurationOption... reservedNodeConfigurationOptionList)
the configuration options for the reserved-node exchange.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetReservedNodeExchangeConfigurationOptionsResult()
public void setMarker(String marker)
A pagination token provided by a previous GetReservedNodeExchangeConfigurationOptions
request.
marker
- A pagination token provided by a previous GetReservedNodeExchangeConfigurationOptions
request.public String getMarker()
A pagination token provided by a previous GetReservedNodeExchangeConfigurationOptions
request.
GetReservedNodeExchangeConfigurationOptions
request.public GetReservedNodeExchangeConfigurationOptionsResult withMarker(String marker)
A pagination token provided by a previous GetReservedNodeExchangeConfigurationOptions
request.
marker
- A pagination token provided by a previous GetReservedNodeExchangeConfigurationOptions
request.public List<ReservedNodeConfigurationOption> getReservedNodeConfigurationOptionList()
the configuration options for the reserved-node exchange. These options include information about the source reserved node and target reserved node. Details include the node type, the price, the node count, and the offering type.
public void setReservedNodeConfigurationOptionList(Collection<ReservedNodeConfigurationOption> reservedNodeConfigurationOptionList)
the configuration options for the reserved-node exchange. These options include information about the source reserved node and target reserved node. Details include the node type, the price, the node count, and the offering type.
reservedNodeConfigurationOptionList
- the configuration options for the reserved-node exchange. These options include information about the
source reserved node and target reserved node. Details include the node type, the price, the node count,
and the offering type.public GetReservedNodeExchangeConfigurationOptionsResult withReservedNodeConfigurationOptionList(ReservedNodeConfigurationOption... reservedNodeConfigurationOptionList)
the configuration options for the reserved-node exchange. These options include information about the source reserved node and target reserved node. Details include the node type, the price, the node count, and the offering type.
NOTE: This method appends the values to the existing list (if any). Use
setReservedNodeConfigurationOptionList(java.util.Collection)
or
withReservedNodeConfigurationOptionList(java.util.Collection)
if you want to override the existing
values.
reservedNodeConfigurationOptionList
- the configuration options for the reserved-node exchange. These options include information about the
source reserved node and target reserved node. Details include the node type, the price, the node count,
and the offering type.public GetReservedNodeExchangeConfigurationOptionsResult withReservedNodeConfigurationOptionList(Collection<ReservedNodeConfigurationOption> reservedNodeConfigurationOptionList)
the configuration options for the reserved-node exchange. These options include information about the source reserved node and target reserved node. Details include the node type, the price, the node count, and the offering type.
reservedNodeConfigurationOptionList
- the configuration options for the reserved-node exchange. These options include information about the
source reserved node and target reserved node. Details include the node type, the price, the node count,
and the offering type.public String toString()
toString
in class Object
Object.toString()
public GetReservedNodeExchangeConfigurationOptionsResult clone()