@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteConnectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteConnectionResult() |
Modifier and Type | Method and Description |
---|---|
DeleteConnectionResult |
clone() |
boolean |
equals(Object obj) |
Connection |
getConnection()
Information about the connection.
|
int |
hashCode() |
void |
setConnection(Connection connection)
Information about the connection.
|
String |
toString()
Returns a string representation of this object.
|
DeleteConnectionResult |
withConnection(Connection connection)
Information about the connection.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConnection(Connection connection)
Information about the connection.
connection
- Information about the connection.public Connection getConnection()
Information about the connection.
public DeleteConnectionResult withConnection(Connection connection)
Information about the connection.
connection
- Information about the connection.public String toString()
toString
in class Object
Object.toString()
public DeleteConnectionResult clone()