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