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