@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterDBProxyTargetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RegisterDBProxyTargetsResult() |
Modifier and Type | Method and Description |
---|---|
RegisterDBProxyTargetsResult |
clone() |
boolean |
equals(Object obj) |
List<DBProxyTarget> |
getDBProxyTargets()
One or more
DBProxyTarget objects that are created when you register targets with a target group. |
int |
hashCode() |
void |
setDBProxyTargets(Collection<DBProxyTarget> dBProxyTargets)
One or more
DBProxyTarget objects that are created when you register targets with a target group. |
String |
toString()
Returns a string representation of this object.
|
RegisterDBProxyTargetsResult |
withDBProxyTargets(Collection<DBProxyTarget> dBProxyTargets)
One or more
DBProxyTarget objects that are created when you register targets with a target group. |
RegisterDBProxyTargetsResult |
withDBProxyTargets(DBProxyTarget... dBProxyTargets)
One or more
DBProxyTarget objects that are created when you register targets with a target group. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DBProxyTarget> getDBProxyTargets()
One or more DBProxyTarget
objects that are created when you register targets with a target group.
DBProxyTarget
objects that are created when you register targets with a target
group.public void setDBProxyTargets(Collection<DBProxyTarget> dBProxyTargets)
One or more DBProxyTarget
objects that are created when you register targets with a target group.
dBProxyTargets
- One or more DBProxyTarget
objects that are created when you register targets with a target
group.public RegisterDBProxyTargetsResult withDBProxyTargets(DBProxyTarget... dBProxyTargets)
One or more DBProxyTarget
objects that are created when you register targets with a target group.
NOTE: This method appends the values to the existing list (if any). Use
setDBProxyTargets(java.util.Collection)
or withDBProxyTargets(java.util.Collection)
if you want
to override the existing values.
dBProxyTargets
- One or more DBProxyTarget
objects that are created when you register targets with a target
group.public RegisterDBProxyTargetsResult withDBProxyTargets(Collection<DBProxyTarget> dBProxyTargets)
One or more DBProxyTarget
objects that are created when you register targets with a target group.
dBProxyTargets
- One or more DBProxyTarget
objects that are created when you register targets with a target
group.public String toString()
toString
in class Object
Object.toString()
public RegisterDBProxyTargetsResult clone()