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()
boolean
A Computer object that represents the computer account.int
hashCode()
void
setComputer
(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
A Computer object that represents the computer account.
- Parameters:
computer
- A Computer object that represents the computer account.
-
getComputer
A Computer object that represents the computer account.
- Returns:
- A Computer object that represents the computer account.
-
withComputer
A Computer object that represents the computer account.
- Parameters:
computer
- A Computer object that represents the computer account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-