Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.support.model
Class DescribeServicesResult

java.lang.Object
  extended by com.amazonaws.services.support.model.DescribeServicesResult
All Implemented Interfaces:
Serializable

public class DescribeServicesResult
extends Object
implements Serializable

Returns the objects or data listed below if successful. Otherwise, returns an error.

See Also:
Serialized Form

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

DescribeServicesResult

public DescribeServicesResult()
Method Detail

getServices

public List<Service> getServices()
JSON-formatted list of AWS services.

Returns:
JSON-formatted list of AWS services.

setServices

public void setServices(Collection<Service> services)
JSON-formatted list of AWS services.

Parameters:
services - JSON-formatted list of AWS services.

withServices

public DescribeServicesResult withServices(Service... services)
JSON-formatted list of AWS services.

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

Parameters:
services - JSON-formatted list of AWS services.
Returns:
A reference to this updated object so that method calls can be chained together.

withServices

public DescribeServicesResult withServices(Collection<Service> services)
JSON-formatted list of AWS services.

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

Parameters:
services - JSON-formatted list of AWS services.
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 © 2010 Amazon Web Services, Inc. All Rights Reserved.