@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeComputeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeComputeResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeComputeResult |
clone() |
boolean |
equals(Object obj) |
Compute |
getCompute()
The set of properties for the requested compute resource.
|
int |
hashCode() |
void |
setCompute(Compute compute)
The set of properties for the requested compute resource.
|
String |
toString()
Returns a string representation of this object.
|
DescribeComputeResult |
withCompute(Compute compute)
The set of properties for the requested compute resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCompute(Compute compute)
The set of properties for the requested compute resource.
compute - The set of properties for the requested compute resource.public Compute getCompute()
The set of properties for the requested compute resource.
public DescribeComputeResult withCompute(Compute compute)
The set of properties for the requested compute resource.
compute - The set of properties for the requested compute resource.public String toString()
toString in class ObjectObject.toString()public DescribeComputeResult clone()