@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeServiceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeServiceResult() |
Modifier and Type | Method and Description |
---|---|
DescribeServiceResult |
clone() |
boolean |
equals(Object obj) |
Service |
getService()
A full description of the App Runner service that you specified in this request.
|
int |
hashCode() |
void |
setService(Service service)
A full description of the App Runner service that you specified in this request.
|
String |
toString()
Returns a string representation of this object.
|
DescribeServiceResult |
withService(Service service)
A full description of the App Runner service that you specified in this request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setService(Service service)
A full description of the App Runner service that you specified in this request.
service
- A full description of the App Runner service that you specified in this request.public Service getService()
A full description of the App Runner service that you specified in this request.
public DescribeServiceResult withService(Service service)
A full description of the App Runner service that you specified in this request.
service
- A full description of the App Runner service that you specified in this request.public String toString()
toString
in class Object
Object.toString()
public DescribeServiceResult clone()