@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteInboundConnectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The results 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 deleted inbound connection.
|
int |
hashCode() |
void |
setConnection(InboundConnection connection)
The deleted inbound connection.
|
String |
toString()
Returns a string representation of this object.
|
DeleteInboundConnectionResult |
withConnection(InboundConnection connection)
The deleted inbound connection.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConnection(InboundConnection connection)
The deleted inbound connection.
connection
- The deleted inbound connection.public InboundConnection getConnection()
The deleted inbound connection.
public DeleteInboundConnectionResult withConnection(InboundConnection connection)
The deleted inbound connection.
connection
- The deleted inbound connection.public String toString()
toString
in class Object
Object.toString()
public DeleteInboundConnectionResult clone()