Class UpdateServiceResult

java.lang.Object
com.amazonaws.services.ecs.model.UpdateServiceResult
All Implemented Interfaces:
Serializable, Cloneable

public class UpdateServiceResult extends Object implements Serializable, Cloneable
See Also:
  • Constructor Details

    • UpdateServiceResult

      public UpdateServiceResult()
  • Method Details

    • setService

      public void setService(Service service)

      The full description of your service following the update call.

      Parameters:
      service - The full description of your service following the update call.
    • getService

      public Service getService()

      The full description of your service following the update call.

      Returns:
      The full description of your service following the update call.
    • withService

      public UpdateServiceResult withService(Service service)

      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

      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:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public UpdateServiceResult clone()
      Overrides:
      clone in class Object