@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()
A complex type that contains information about the new service.
|
int |
hashCode() |
void |
setService(Service service)
A complex type that contains information about the new service.
|
String |
toString()
Returns a string representation of this object.
|
CreateServiceResult |
withService(Service service)
A complex type that contains information about the new service.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setService(Service service)
A complex type that contains information about the new service.
service - A complex type that contains information about the new service.public Service getService()
A complex type that contains information about the new service.
public CreateServiceResult withService(Service service)
A complex type that contains information about the new service.
service - A complex type that contains information about the new service.public String toString()
toString in class ObjectObject.toString()public CreateServiceResult clone()