@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateComputerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the results for the CreateComputer operation.
Constructor and Description |
---|
CreateComputerResult() |
Modifier and Type | Method and Description |
---|---|
CreateComputerResult |
clone() |
boolean |
equals(Object obj) |
Computer |
getComputer()
A Computer object that represents the computer account.
|
int |
hashCode() |
void |
setComputer(Computer computer)
A Computer object that represents the computer account.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateComputerResult |
withComputer(Computer computer)
A Computer object that represents the computer account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setComputer(Computer computer)
A Computer object that represents the computer account.
computer
- A Computer object that represents the computer account.public Computer getComputer()
A Computer object that represents the computer account.
public CreateComputerResult withComputer(Computer computer)
A Computer object that represents the computer account.
computer
- A Computer object that represents the computer account.public String toString()
toString
in class Object
Object.toString()
public CreateComputerResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.