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