|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.redshift.model.DescribeReservedNodesResult
public class DescribeReservedNodesResult
Contains the output from the DescribeReservedNodes action.
Constructor Summary | |
---|---|
DescribeReservedNodesResult()
|
Method Summary | |
---|---|
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<ReservedNode> |
getReservedNodes()
The list of reserved nodes. |
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 |
setReservedNodes(Collection<ReservedNode> reservedNodes)
The list of reserved nodes. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeReservedNodesResult |
withMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request. |
DescribeReservedNodesResult |
withReservedNodes(Collection<ReservedNode> reservedNodes)
The list of reserved nodes. |
DescribeReservedNodesResult |
withReservedNodes(ReservedNode... reservedNodes)
The list of reserved nodes. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeReservedNodesResult()
Method Detail |
---|
public String getMarker()
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 void setMarker(String marker)
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 DescribeReservedNodesResult withMarker(String marker)
Marker
parameter and retrying the
command. If the Marker
field is empty, all response
records have been retrieved for the request.
Returns a reference to this object so that method calls can be chained together.
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 List<ReservedNode> getReservedNodes()
public void setReservedNodes(Collection<ReservedNode> reservedNodes)
reservedNodes
- The list of reserved nodes.public DescribeReservedNodesResult withReservedNodes(ReservedNode... reservedNodes)
Returns a reference to this object so that method calls can be chained together.
reservedNodes
- The list of reserved nodes.
public DescribeReservedNodesResult withReservedNodes(Collection<ReservedNode> reservedNodes)
Returns a reference to this object so that method calls can be chained together.
reservedNodes
- The list of reserved nodes.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |