@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public CreateServiceResult clone()