Class DescribeReservedCacheNodesOfferingsResult
- All Implemented Interfaces:
Serializable,Cloneable
Represents the output of a DescribeReservedCacheNodesOfferings action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanProvides an identifier to allow retrieval of paginated results.A list of reserved cache node offerings.inthashCode()voidProvides an identifier to allow retrieval of paginated results.voidsetReservedCacheNodesOfferings(Collection<ReservedCacheNodesOffering> reservedCacheNodesOfferings) A list of reserved cache node offerings.toString()Returns a string representation of this object; useful for testing and debugging.withMarker(String marker) Provides an identifier to allow retrieval of paginated results.withReservedCacheNodesOfferings(ReservedCacheNodesOffering... reservedCacheNodesOfferings) A list of reserved cache node offerings.withReservedCacheNodesOfferings(Collection<ReservedCacheNodesOffering> reservedCacheNodesOfferings) A list of reserved cache node offerings.
-
Constructor Details
-
DescribeReservedCacheNodesOfferingsResult
public DescribeReservedCacheNodesOfferingsResult()
-
-
Method Details
-
setMarker
Provides an identifier to allow retrieval of paginated results.
- Parameters:
marker- Provides an identifier to allow retrieval of paginated results.
-
getMarker
Provides an identifier to allow retrieval of paginated results.
- Returns:
- Provides an identifier to allow retrieval of paginated results.
-
withMarker
Provides an identifier to allow retrieval of paginated results.
- Parameters:
marker- Provides an identifier to allow retrieval of paginated results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getReservedCacheNodesOfferings
A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.
- Returns:
- A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.
-
setReservedCacheNodesOfferings
public void setReservedCacheNodesOfferings(Collection<ReservedCacheNodesOffering> reservedCacheNodesOfferings) A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.
- Parameters:
reservedCacheNodesOfferings- A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.
-
withReservedCacheNodesOfferings
public DescribeReservedCacheNodesOfferingsResult withReservedCacheNodesOfferings(ReservedCacheNodesOffering... reservedCacheNodesOfferings) A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.
NOTE: This method appends the values to the existing list (if any). Use
setReservedCacheNodesOfferings(java.util.Collection)orwithReservedCacheNodesOfferings(java.util.Collection)if you want to override the existing values.- Parameters:
reservedCacheNodesOfferings- A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withReservedCacheNodesOfferings
public DescribeReservedCacheNodesOfferingsResult withReservedCacheNodesOfferings(Collection<ReservedCacheNodesOffering> reservedCacheNodesOfferings) A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.
- Parameters:
reservedCacheNodesOfferings- A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-