Class DescribeServicesResult
java.lang.Object
com.amazonaws.services.support.model.DescribeServicesResult
- All Implemented Interfaces:
Serializable
,Cloneable
The list of AWS services returned by the DescribeServices operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A JSON-formatted list of AWS services.int
hashCode()
void
setServices
(Collection<Service> services) A JSON-formatted list of AWS services.toString()
Returns a string representation of this object; useful for testing and debugging.withServices
(Service... services) A JSON-formatted list of AWS services.withServices
(Collection<Service> services) A JSON-formatted list of AWS services.
-
Constructor Details
-
DescribeServicesResult
public DescribeServicesResult()
-
-
Method Details
-
getServices
A JSON-formatted list of AWS services.
- Returns:
- A JSON-formatted list of AWS services.
-
setServices
A JSON-formatted list of AWS services.
- Parameters:
services
- A JSON-formatted list of AWS services.
-
withServices
A JSON-formatted list of AWS services.
NOTE: This method appends the values to the existing list (if any). Use
setServices(java.util.Collection)
orwithServices(java.util.Collection)
if you want to override the existing values.- Parameters:
services
- A JSON-formatted list of AWS services.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withServices
A JSON-formatted list of AWS services.
- Parameters:
services
- A JSON-formatted list of AWS services.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-