@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeReservedNodeOfferingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeReservedNodeOfferingsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeReservedNodeOfferingsResult |
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<ReservedNodeOffering> |
getReservedNodeOfferings()
A list of
ReservedNodeOffering objects. |
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 |
setReservedNodeOfferings(Collection<ReservedNodeOffering> reservedNodeOfferings)
A list of
ReservedNodeOffering objects. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeReservedNodeOfferingsResult |
withMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
DescribeReservedNodeOfferingsResult |
withReservedNodeOfferings(Collection<ReservedNodeOffering> reservedNodeOfferings)
A list of
ReservedNodeOffering objects. |
DescribeReservedNodeOfferingsResult |
withReservedNodeOfferings(ReservedNodeOffering... reservedNodeOfferings)
A list of
ReservedNodeOffering objects. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 DescribeReservedNodeOfferingsResult 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 List<ReservedNodeOffering> getReservedNodeOfferings()
A list of ReservedNodeOffering
objects.
ReservedNodeOffering
objects.public void setReservedNodeOfferings(Collection<ReservedNodeOffering> reservedNodeOfferings)
A list of ReservedNodeOffering
objects.
reservedNodeOfferings
- A list of ReservedNodeOffering
objects.public DescribeReservedNodeOfferingsResult withReservedNodeOfferings(ReservedNodeOffering... reservedNodeOfferings)
A list of ReservedNodeOffering
objects.
NOTE: This method appends the values to the existing list (if any). Use
setReservedNodeOfferings(java.util.Collection)
or
withReservedNodeOfferings(java.util.Collection)
if you want to override the existing values.
reservedNodeOfferings
- A list of ReservedNodeOffering
objects.public DescribeReservedNodeOfferingsResult withReservedNodeOfferings(Collection<ReservedNodeOffering> reservedNodeOfferings)
A list of ReservedNodeOffering
objects.
reservedNodeOfferings
- A list of ReservedNodeOffering
objects.public String toString()
toString
in class Object
Object.toString()
public DescribeReservedNodeOfferingsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.