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