@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartConnectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StartConnectionResult () |
| Modifier and Type | Method and Description |
|---|---|
StartConnectionResult |
clone () |
boolean |
equals (Object obj) |
String |
getConnectionId ()
The ID of the connection.
|
String |
getUnderlayIpAddress ()
The underlay IP address.
|
int |
hashCode () |
void |
setConnectionId (String connectionId)
The ID of the connection.
|
void |
setUnderlayIpAddress (String underlayIpAddress)
The underlay IP address.
|
String |
toString ()
Returns a string representation of this object.
|
StartConnectionResult |
withConnectionId (String connectionId)
The ID of the connection.
|
StartConnectionResult |
withUnderlayIpAddress (String underlayIpAddress)
The underlay IP address.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public StartConnectionResult()
public void setConnectionId(String connectionId)
The ID of the connection.
connectionId - The ID of the connection.public String getConnectionId()
The ID of the connection.
public StartConnectionResult withConnectionId(String connectionId)
The ID of the connection.
connectionId - The ID of the connection.public void setUnderlayIpAddress(String underlayIpAddress)
The underlay IP address.
underlayIpAddress - The underlay IP address.public String getUnderlayIpAddress()
The underlay IP address.
public StartConnectionResult withUnderlayIpAddress(String underlayIpAddress)
The underlay IP address.
underlayIpAddress - The underlay IP address.public String toString()
toString in class Object Object.toString() public StartConnectionResult clone()