public class CreateServiceResult extends Object implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateServiceResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateServiceResult | clone() | 
| boolean | equals(Object obj) | 
| Service | getService()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. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| CreateServiceResult | withService(Service service)The full description of your service following the create call. | 
public Service getService()
public void setService(Service service)
service - The full description of your service following the create call.public CreateServiceResult withService(Service service)
Returns a reference to this object so that method calls can be chained together.
service - The full description of your service following the create call.public String toString()
toString in class ObjectObject.toString()public CreateServiceResult clone()
Copyright © 2015. All rights reserved.