@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterDBProxyTargetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RegisterDBProxyTargetsRequest() |
| Modifier and Type | Method and Description |
|---|---|
RegisterDBProxyTargetsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getDBClusterIdentifiers()
One or more DB cluster identifiers.
|
List<String> |
getDBInstanceIdentifiers()
One or more DB instance identifiers.
|
String |
getDBProxyName()
The identifier of the
DBProxy that is associated with the DBProxyTargetGroup. |
String |
getTargetGroupName()
The identifier of the
DBProxyTargetGroup. |
int |
hashCode() |
void |
setDBClusterIdentifiers(Collection<String> dBClusterIdentifiers)
One or more DB cluster identifiers.
|
void |
setDBInstanceIdentifiers(Collection<String> dBInstanceIdentifiers)
One or more DB instance identifiers.
|
void |
setDBProxyName(String dBProxyName)
The identifier of the
DBProxy that is associated with the DBProxyTargetGroup. |
void |
setTargetGroupName(String targetGroupName)
The identifier of the
DBProxyTargetGroup. |
String |
toString()
Returns a string representation of this object.
|
RegisterDBProxyTargetsRequest |
withDBClusterIdentifiers(Collection<String> dBClusterIdentifiers)
One or more DB cluster identifiers.
|
RegisterDBProxyTargetsRequest |
withDBClusterIdentifiers(String... dBClusterIdentifiers)
One or more DB cluster identifiers.
|
RegisterDBProxyTargetsRequest |
withDBInstanceIdentifiers(Collection<String> dBInstanceIdentifiers)
One or more DB instance identifiers.
|
RegisterDBProxyTargetsRequest |
withDBInstanceIdentifiers(String... dBInstanceIdentifiers)
One or more DB instance identifiers.
|
RegisterDBProxyTargetsRequest |
withDBProxyName(String dBProxyName)
The identifier of the
DBProxy that is associated with the DBProxyTargetGroup. |
RegisterDBProxyTargetsRequest |
withTargetGroupName(String targetGroupName)
The identifier of the
DBProxyTargetGroup. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDBProxyName(String dBProxyName)
The identifier of the DBProxy that is associated with the DBProxyTargetGroup.
dBProxyName - The identifier of the DBProxy that is associated with the DBProxyTargetGroup.public String getDBProxyName()
The identifier of the DBProxy that is associated with the DBProxyTargetGroup.
DBProxy that is associated with the DBProxyTargetGroup.public RegisterDBProxyTargetsRequest withDBProxyName(String dBProxyName)
The identifier of the DBProxy that is associated with the DBProxyTargetGroup.
dBProxyName - The identifier of the DBProxy that is associated with the DBProxyTargetGroup.public void setTargetGroupName(String targetGroupName)
The identifier of the DBProxyTargetGroup.
targetGroupName - The identifier of the DBProxyTargetGroup.public String getTargetGroupName()
The identifier of the DBProxyTargetGroup.
DBProxyTargetGroup.public RegisterDBProxyTargetsRequest withTargetGroupName(String targetGroupName)
The identifier of the DBProxyTargetGroup.
targetGroupName - The identifier of the DBProxyTargetGroup.public List<String> getDBInstanceIdentifiers()
One or more DB instance identifiers.
public void setDBInstanceIdentifiers(Collection<String> dBInstanceIdentifiers)
One or more DB instance identifiers.
dBInstanceIdentifiers - One or more DB instance identifiers.public RegisterDBProxyTargetsRequest withDBInstanceIdentifiers(String... dBInstanceIdentifiers)
One or more DB instance identifiers.
NOTE: This method appends the values to the existing list (if any). Use
setDBInstanceIdentifiers(java.util.Collection) or
withDBInstanceIdentifiers(java.util.Collection) if you want to override the existing values.
dBInstanceIdentifiers - One or more DB instance identifiers.public RegisterDBProxyTargetsRequest withDBInstanceIdentifiers(Collection<String> dBInstanceIdentifiers)
One or more DB instance identifiers.
dBInstanceIdentifiers - One or more DB instance identifiers.public List<String> getDBClusterIdentifiers()
One or more DB cluster identifiers.
public void setDBClusterIdentifiers(Collection<String> dBClusterIdentifiers)
One or more DB cluster identifiers.
dBClusterIdentifiers - One or more DB cluster identifiers.public RegisterDBProxyTargetsRequest withDBClusterIdentifiers(String... dBClusterIdentifiers)
One or more DB cluster identifiers.
NOTE: This method appends the values to the existing list (if any). Use
setDBClusterIdentifiers(java.util.Collection) or withDBClusterIdentifiers(java.util.Collection)
if you want to override the existing values.
dBClusterIdentifiers - One or more DB cluster identifiers.public RegisterDBProxyTargetsRequest withDBClusterIdentifiers(Collection<String> dBClusterIdentifiers)
One or more DB cluster identifiers.
dBClusterIdentifiers - One or more DB cluster identifiers.public String toString()
toString in class ObjectObject.toString()public RegisterDBProxyTargetsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()