Package com.amazonaws.services.ecs.model
Class UpdateServiceResult
java.lang.Object
com.amazonaws.services.ecs.model.UpdateServiceResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The full description of your service following the update call.int
hashCode()
void
setService
(Service service) The full description of your service following the update call.toString()
Returns a string representation of this object; useful for testing and debugging.withService
(Service service) The full description of your service following the update call.
-
Constructor Details
-
UpdateServiceResult
public UpdateServiceResult()
-
-
Method Details
-
setService
The full description of your service following the update call.
- Parameters:
service
- The full description of your service following the update call.
-
getService
The full description of your service following the update call.
- Returns:
- The full description of your service following the update call.
-
withService
The full description of your service following the update call.
- Parameters:
service
- The full description of your service following the update 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
-