@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeregisterDBProxyTargetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeregisterDBProxyTargetsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeregisterDBProxyTargetsRequest |
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.
|
DeregisterDBProxyTargetsRequest |
withDBClusterIdentifiers(Collection<String> dBClusterIdentifiers)
One or more DB cluster identifiers.
|
DeregisterDBProxyTargetsRequest |
withDBClusterIdentifiers(String... dBClusterIdentifiers)
One or more DB cluster identifiers.
|
DeregisterDBProxyTargetsRequest |
withDBInstanceIdentifiers(Collection<String> dBInstanceIdentifiers)
One or more DB instance identifiers.
|
DeregisterDBProxyTargetsRequest |
withDBInstanceIdentifiers(String... dBInstanceIdentifiers)
One or more DB instance identifiers.
|
DeregisterDBProxyTargetsRequest |
withDBProxyName(String dBProxyName)
The identifier of the
DBProxy that is associated with the DBProxyTargetGroup. |
DeregisterDBProxyTargetsRequest |
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 DeregisterDBProxyTargetsRequest 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 DeregisterDBProxyTargetsRequest 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 DeregisterDBProxyTargetsRequest 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 DeregisterDBProxyTargetsRequest 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 DeregisterDBProxyTargetsRequest 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 DeregisterDBProxyTargetsRequest 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 DeregisterDBProxyTargetsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()