@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateServiceResult extends AmazonWebServiceResult<ResponseMetadata> 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. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setService(Service service)
The full description of your service following the create call.
service - The full description of your service following the create call.public Service getService()
The full description of your service following the create call.
public CreateServiceResult withService(Service service)
The full description of your service following the create call.
service - The full description of your service following the create call.public String toString()
toString in class ObjectObject.toString()public CreateServiceResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.