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