@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 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.
|
RegisterComputeResult |
withCompute(Compute compute)
The details of the compute resource you registered to the specified fleet.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 RegisterComputeResult 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 ObjectObject.toString()public RegisterComputeResult clone()
Copyright © 2022. All rights reserved.