public class DescribeOfferingsResult extends Object implements Serializable
A structure containing a list of offerings.
Constructor and Description |
---|
DescribeOfferingsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<Offering> |
getOfferings()
A list of offerings.
|
int |
hashCode() |
void |
setOfferings(Collection<Offering> offerings)
A list of offerings.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeOfferingsResult |
withOfferings(Collection<Offering> offerings)
A list of offerings.
|
DescribeOfferingsResult |
withOfferings(Offering... offerings)
A list of offerings.
|
public void setOfferings(Collection<Offering> offerings)
offerings
- A list of offerings.public DescribeOfferingsResult withOfferings(Offering... offerings)
Returns a reference to this object so that method calls can be chained together.
offerings
- A list of offerings.public DescribeOfferingsResult withOfferings(Collection<Offering> offerings)
Returns a reference to this object so that method calls can be chained together.
offerings
- A list of offerings.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.