@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public CreateServiceResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.