@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 details of the compute resource you registered to the specified fleet.
|
int |
hashCode() |
void |
setCompute(Compute compute)
The details of the compute resource you registered to the specified fleet.
|
String |
toString()
Returns a string representation of this object.
|
DescribeComputeResult |
withCompute(Compute compute)
The details of the compute resource you registered to the specified fleet.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCompute(Compute compute)
The details of the compute resource you registered to the specified fleet.
compute
- The details of the compute resource you registered to the specified fleet.public Compute getCompute()
The details of the compute resource you registered to the specified fleet.
public DescribeComputeResult withCompute(Compute compute)
The details of the compute resource you registered to the specified fleet.
compute
- The details of the compute resource you registered to the specified fleet.public String toString()
toString
in class Object
Object.toString()
public DescribeComputeResult clone()