@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDBProxyEndpointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateDBProxyEndpointResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateDBProxyEndpointResult |
clone() |
boolean |
equals(Object obj) |
DBProxyEndpoint |
getDBProxyEndpoint()
The
DBProxyEndpoint object that is created by the API operation. |
int |
hashCode() |
void |
setDBProxyEndpoint(DBProxyEndpoint dBProxyEndpoint)
The
DBProxyEndpoint object that is created by the API operation. |
String |
toString()
Returns a string representation of this object.
|
CreateDBProxyEndpointResult |
withDBProxyEndpoint(DBProxyEndpoint dBProxyEndpoint)
The
DBProxyEndpoint object that is created by the API operation. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDBProxyEndpoint(DBProxyEndpoint dBProxyEndpoint)
The DBProxyEndpoint object that is created by the API operation. The DB proxy endpoint that you
create might provide capabilities such as read/write or read-only operations, or using a different VPC than the
proxy's default VPC.
dBProxyEndpoint - The DBProxyEndpoint object that is created by the API operation. The DB proxy endpoint that
you create might provide capabilities such as read/write or read-only operations, or using a different VPC
than the proxy's default VPC.public DBProxyEndpoint getDBProxyEndpoint()
The DBProxyEndpoint object that is created by the API operation. The DB proxy endpoint that you
create might provide capabilities such as read/write or read-only operations, or using a different VPC than the
proxy's default VPC.
DBProxyEndpoint object that is created by the API operation. The DB proxy endpoint that
you create might provide capabilities such as read/write or read-only operations, or using a different
VPC than the proxy's default VPC.public CreateDBProxyEndpointResult withDBProxyEndpoint(DBProxyEndpoint dBProxyEndpoint)
The DBProxyEndpoint object that is created by the API operation. The DB proxy endpoint that you
create might provide capabilities such as read/write or read-only operations, or using a different VPC than the
proxy's default VPC.
dBProxyEndpoint - The DBProxyEndpoint object that is created by the API operation. The DB proxy endpoint that
you create might provide capabilities such as read/write or read-only operations, or using a different VPC
than the proxy's default VPC.public String toString()
toString in class ObjectObject.toString()public CreateDBProxyEndpointResult clone()