|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.support.model.DescribeServicesResult
public class DescribeServicesResult
Returns the objects or data listed below if successful. Otherwise, returns an error.
| Constructor Summary | |
|---|---|
DescribeServicesResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<Service> |
getServices()
JSON-formatted list of AWS services. |
int |
hashCode()
|
void |
setServices(Collection<Service> services)
JSON-formatted list of AWS services. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeServicesResult |
withServices(Collection<Service> services)
JSON-formatted list of AWS services. |
DescribeServicesResult |
withServices(Service... services)
JSON-formatted list of AWS services. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeServicesResult()
| Method Detail |
|---|
public List<Service> getServices()
public void setServices(Collection<Service> services)
services - JSON-formatted list of AWS services.public DescribeServicesResult withServices(Service... services)
Returns a reference to this object so that method calls can be chained together.
services - JSON-formatted list of AWS services.
public DescribeServicesResult withServices(Collection<Service> services)
Returns a reference to this object so that method calls can be chained together.
services - JSON-formatted list of AWS services.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||