public class DescribeServicesResult extends Object implements Serializable
Contains the following objects or data if successful. Otherwise, returns an error.
Constructor and Description |
---|
DescribeServicesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<Service> |
getServices()
A JSON-formatted list of AWS services.
|
int |
hashCode() |
void |
setServices(Collection<Service> services)
A 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)
A JSON-formatted list of AWS services.
|
DescribeServicesResult |
withServices(Service... services)
A JSON-formatted list of AWS services.
|
public List<Service> getServices()
public void setServices(Collection<Service> services)
services
- A 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
- A 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
- A JSON-formatted list of AWS services.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.