@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteOutboundConnectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result of a DeleteOutboundConnection operation. Contains details about the deleted outbound
connection.
| Constructor and Description |
|---|
DeleteOutboundConnectionResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteOutboundConnectionResult |
clone() |
boolean |
equals(Object obj) |
OutboundConnection |
getConnection()
The
OutboundConnection of the deleted outbound connection. |
int |
hashCode() |
void |
setConnection(OutboundConnection connection)
The
OutboundConnection of the deleted outbound connection. |
String |
toString()
Returns a string representation of this object.
|
DeleteOutboundConnectionResult |
withConnection(OutboundConnection connection)
The
OutboundConnection of the deleted outbound connection. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setConnection(OutboundConnection connection)
The OutboundConnection of the deleted outbound connection.
connection - The OutboundConnection of the deleted outbound connection.public OutboundConnection getConnection()
The OutboundConnection of the deleted outbound connection.
OutboundConnection of the deleted outbound connection.public DeleteOutboundConnectionResult withConnection(OutboundConnection connection)
The OutboundConnection of the deleted outbound connection.
connection - The OutboundConnection of the deleted outbound connection.public String toString()
toString in class ObjectObject.toString()public DeleteOutboundConnectionResult clone()
Copyright © 2022. All rights reserved.