@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeReservedNodeExchangeStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeReservedNodeExchangeStatusResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeReservedNodeExchangeStatusResult |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
A pagination token provided by a previous
DescribeReservedNodeExchangeStatus request. |
List<ReservedNodeExchangeStatus> |
getReservedNodeExchangeStatusDetails()
The details of the reserved-node exchange request, including the status, request time, source reserved-node
identifier, and additional details.
|
int |
hashCode() |
void |
setMarker(String marker)
A pagination token provided by a previous
DescribeReservedNodeExchangeStatus request. |
void |
setReservedNodeExchangeStatusDetails(Collection<ReservedNodeExchangeStatus> reservedNodeExchangeStatusDetails)
The details of the reserved-node exchange request, including the status, request time, source reserved-node
identifier, and additional details.
|
String |
toString()
Returns a string representation of this object.
|
DescribeReservedNodeExchangeStatusResult |
withMarker(String marker)
A pagination token provided by a previous
DescribeReservedNodeExchangeStatus request. |
DescribeReservedNodeExchangeStatusResult |
withReservedNodeExchangeStatusDetails(Collection<ReservedNodeExchangeStatus> reservedNodeExchangeStatusDetails)
The details of the reserved-node exchange request, including the status, request time, source reserved-node
identifier, and additional details.
|
DescribeReservedNodeExchangeStatusResult |
withReservedNodeExchangeStatusDetails(ReservedNodeExchangeStatus... reservedNodeExchangeStatusDetails)
The details of the reserved-node exchange request, including the status, request time, source reserved-node
identifier, and additional details.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeReservedNodeExchangeStatusResult()
public List<ReservedNodeExchangeStatus> getReservedNodeExchangeStatusDetails()
The details of the reserved-node exchange request, including the status, request time, source reserved-node identifier, and additional details.
public void setReservedNodeExchangeStatusDetails(Collection<ReservedNodeExchangeStatus> reservedNodeExchangeStatusDetails)
The details of the reserved-node exchange request, including the status, request time, source reserved-node identifier, and additional details.
reservedNodeExchangeStatusDetails - The details of the reserved-node exchange request, including the status, request time, source
reserved-node identifier, and additional details.public DescribeReservedNodeExchangeStatusResult withReservedNodeExchangeStatusDetails(ReservedNodeExchangeStatus... reservedNodeExchangeStatusDetails)
The details of the reserved-node exchange request, including the status, request time, source reserved-node identifier, and additional details.
NOTE: This method appends the values to the existing list (if any). Use
setReservedNodeExchangeStatusDetails(java.util.Collection) or
withReservedNodeExchangeStatusDetails(java.util.Collection) if you want to override the existing values.
reservedNodeExchangeStatusDetails - The details of the reserved-node exchange request, including the status, request time, source
reserved-node identifier, and additional details.public DescribeReservedNodeExchangeStatusResult withReservedNodeExchangeStatusDetails(Collection<ReservedNodeExchangeStatus> reservedNodeExchangeStatusDetails)
The details of the reserved-node exchange request, including the status, request time, source reserved-node identifier, and additional details.
reservedNodeExchangeStatusDetails - The details of the reserved-node exchange request, including the status, request time, source
reserved-node identifier, and additional details.public void setMarker(String marker)
A pagination token provided by a previous DescribeReservedNodeExchangeStatus request.
marker - A pagination token provided by a previous DescribeReservedNodeExchangeStatus request.public String getMarker()
A pagination token provided by a previous DescribeReservedNodeExchangeStatus request.
DescribeReservedNodeExchangeStatus request.public DescribeReservedNodeExchangeStatusResult withMarker(String marker)
A pagination token provided by a previous DescribeReservedNodeExchangeStatus request.
marker - A pagination token provided by a previous DescribeReservedNodeExchangeStatus request.public String toString()
toString in class ObjectObject.toString()public DescribeReservedNodeExchangeStatusResult clone()