@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()
The connection that is being deleted.
|
int |
hashCode() |
void |
setConnection(Connection connection)
The connection that is being deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteConnectionResult |
withConnection(Connection connection)
The connection that is being deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConnection(Connection connection)
The connection that is being deleted.
connection
- The connection that is being deleted.public Connection getConnection()
The connection that is being deleted.
public DeleteConnectionResult withConnection(Connection connection)
The connection that is being deleted.
connection
- The connection that is being deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteConnectionResult clone()