public class TestConnectionResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
TestConnectionResult() |
Modifier and Type | Method and Description |
---|---|
TestConnectionResult |
clone() |
boolean |
equals(Object obj) |
Connection |
getConnection()
The connection tested.
|
int |
hashCode() |
void |
setConnection(Connection connection)
The connection tested.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TestConnectionResult |
withConnection(Connection connection)
The connection tested.
|
public void setConnection(Connection connection)
The connection tested.
connection
- The connection tested.public Connection getConnection()
The connection tested.
public TestConnectionResult withConnection(Connection connection)
The connection tested.
connection
- The connection tested.public String toString()
toString
in class Object
Object.toString()
public TestConnectionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.