Class CreateComputerResult
java.lang.Object
com.amazonaws.services.directory.model.CreateComputerResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the results for the CreateComputer operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA Computer object that represents the computer account.inthashCode()voidsetComputer(Computer computer) A Computer object that represents the computer account.toString()Returns a string representation of this object; useful for testing and debugging.withComputer(Computer computer) A Computer object that represents the computer account.
-
Constructor Details
-
CreateComputerResult
public CreateComputerResult()
-
-
Method Details
-
setComputer
-
getComputer
-
withComputer
-
toString
-
equals
-
hashCode
-
clone
-