Package com.amazonaws.services.ecs.model
Class DescribeServicesResult
java.lang.Object
com.amazonaws.services.ecs.model.DescribeServicesResult
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanAny failures associated with the call.The list of services described.inthashCode()voidsetFailures(Collection<Failure> failures) Any failures associated with the call.voidsetServices(Collection<Service> services) The list of services described.toString()Returns a string representation of this object; useful for testing and debugging.withFailures(Failure... failures) Any failures associated with the call.withFailures(Collection<Failure> failures) Any failures associated with the call.withServices(Service... services) The list of services described.withServices(Collection<Service> services) The list of services described.
-
Constructor Details
-
DescribeServicesResult
public DescribeServicesResult()
-
-
Method Details
-
getServices
The list of services described.
- Returns:
- The list of services described.
-
setServices
The list of services described.
- Parameters:
services- The list of services described.
-
withServices
The list of services described.
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- The list of services described.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withServices
The list of services described.
- Parameters:
services- The list of services described.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getFailures
Any failures associated with the call.
- Returns:
- Any failures associated with the call.
-
setFailures
Any failures associated with the call.
- Parameters:
failures- Any failures associated with the call.
-
withFailures
Any failures associated with the call.
NOTE: This method appends the values to the existing list (if any). Use
setFailures(java.util.Collection)orwithFailures(java.util.Collection)if you want to override the existing values.- Parameters:
failures- Any failures associated with the call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withFailures
Any failures associated with the call.
- Parameters:
failures- Any failures associated with the call.- 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
-