@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateConnectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateConnectionResult() |
Modifier and Type | Method and Description |
---|---|
UpdateConnectionResult |
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.
|
UpdateConnectionResult |
withConnection(Connection connection)
Information about the connection.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConnection(Connection connection)
Information about the connection.
connection
- Information about the connection.public Connection getConnection()
Information about the connection.
public UpdateConnectionResult withConnection(Connection connection)
Information about the connection.
connection
- Information about the connection.public String toString()
toString
in class Object
Object.toString()
public UpdateConnectionResult clone()