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