com.amazonaws.services.elasticache.model
Class DescribeReservedCacheNodesOfferingsResult

java.lang.Object
  extended by com.amazonaws.services.elasticache.model.DescribeReservedCacheNodesOfferingsResult
All Implemented Interfaces:
Serializable

public class DescribeReservedCacheNodesOfferingsResult
extends Object
implements Serializable

Represents the output of a DescribeReservedCacheNodesOfferings operation.

See Also:
Serialized Form

Constructor Summary
DescribeReservedCacheNodesOfferingsResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getMarker()
          Provides an identifier to allow retrieval of paginated results.
 List<ReservedCacheNodesOffering> getReservedCacheNodesOfferings()
          A list of reserved cache node offerings.
 int hashCode()
           
 void setMarker(String marker)
          Provides an identifier to allow retrieval of paginated results.
 void setReservedCacheNodesOfferings(Collection<ReservedCacheNodesOffering> reservedCacheNodesOfferings)
          A list of reserved cache node offerings.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeReservedCacheNodesOfferingsResult withMarker(String marker)
          Provides an identifier to allow retrieval of paginated results.
 DescribeReservedCacheNodesOfferingsResult withReservedCacheNodesOfferings(Collection<ReservedCacheNodesOffering> reservedCacheNodesOfferings)
          A list of reserved cache node offerings.
 DescribeReservedCacheNodesOfferingsResult withReservedCacheNodesOfferings(ReservedCacheNodesOffering... reservedCacheNodesOfferings)
          A list of reserved cache node offerings.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeReservedCacheNodesOfferingsResult

public DescribeReservedCacheNodesOfferingsResult()
Method Detail

getMarker

public String getMarker()
Provides an identifier to allow retrieval of paginated results.

Returns:
Provides an identifier to allow retrieval of paginated results.

setMarker

public void setMarker(String marker)
Provides an identifier to allow retrieval of paginated results.

Parameters:
marker - Provides an identifier to allow retrieval of paginated results.

withMarker

public DescribeReservedCacheNodesOfferingsResult withMarker(String marker)
Provides an identifier to allow retrieval of paginated results.

Returns a reference to this object so that method calls can be chained together.

Parameters:
marker - Provides an identifier to allow retrieval of paginated results.
Returns:
A reference to this updated object so that method calls can be chained together.

getReservedCacheNodesOfferings

public List<ReservedCacheNodesOffering> 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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
reservedCacheNodesOfferings - A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.
Returns:
A reference to this updated 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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
reservedCacheNodesOfferings - A list of reserved cache node offerings. Each element in the list contains detailed information about one offering.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.