Class TestConnectionResult
java.lang.Object
com.amazonaws.services.databasemigrationservice.model.TestConnectionResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The connection tested.int
hashCode()
void
setConnection
(Connection connection) The connection tested.toString()
Returns a string representation of this object; useful for testing and debugging.withConnection
(Connection connection) The connection tested.
-
Constructor Details
-
TestConnectionResult
public TestConnectionResult()
-
-
Method Details
-
setConnection
The connection tested.
- Parameters:
connection
- The connection tested.
-
getConnection
The connection tested.
- Returns:
- The connection tested.
-
withConnection
The connection tested.
- Parameters:
connection
- The connection tested.- 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
-