Package com.amazonaws.services.ecs.model
Class CreateServiceResult
java.lang.Object
com.amazonaws.services.ecs.model.CreateServiceResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The full description of your service following the create call.int
hashCode()
void
setService
(Service service) The full description of your service following the create 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 create call.
-
Constructor Details
-
CreateServiceResult
public CreateServiceResult()
-
-
Method Details
-
setService
The full description of your service following the create call.
- Parameters:
service
- The full description of your service following the create call.
-
getService
The full description of your service following the create call.
- Returns:
- The full description of your service following the create call.
-
withService
The full description of your service following the create call.
- Parameters:
service
- The full description of your service following the create 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
-