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