@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDBProxyEndpointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteDBProxyEndpointResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteDBProxyEndpointResult |
clone() |
boolean |
equals(Object obj) |
DBProxyEndpoint |
getDBProxyEndpoint()
The data structure representing the details of the DB proxy endpoint that you delete.
|
int |
hashCode() |
void |
setDBProxyEndpoint(DBProxyEndpoint dBProxyEndpoint)
The data structure representing the details of the DB proxy endpoint that you delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDBProxyEndpointResult |
withDBProxyEndpoint(DBProxyEndpoint dBProxyEndpoint)
The data structure representing the details of the DB proxy endpoint that you delete.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDBProxyEndpoint(DBProxyEndpoint dBProxyEndpoint)
The data structure representing the details of the DB proxy endpoint that you delete.
dBProxyEndpoint - The data structure representing the details of the DB proxy endpoint that you delete.public DBProxyEndpoint getDBProxyEndpoint()
The data structure representing the details of the DB proxy endpoint that you delete.
public DeleteDBProxyEndpointResult withDBProxyEndpoint(DBProxyEndpoint dBProxyEndpoint)
The data structure representing the details of the DB proxy endpoint that you delete.
dBProxyEndpoint - The data structure representing the details of the DB proxy endpoint that you delete.public String toString()
toString in class ObjectObject.toString()public DeleteDBProxyEndpointResult clone()