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