public class DescribeServicesResult extends Object implements Serializable
Returns the objects or data listed below if successful. Otherwise, returns an error.
Constructor and Description |
---|
DescribeServicesResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
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 Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.