@Generated(value="software.amazon.awssdk:codegen") public final class DeregisterDbProxyTargetsRequest extends RdsRequest implements ToCopyableBuilder<DeregisterDbProxyTargetsRequest.Builder,DeregisterDbProxyTargetsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeregisterDbProxyTargetsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeregisterDbProxyTargetsRequest.Builder |
builder() |
List<String> |
dbClusterIdentifiers()
One or more DB cluster identifiers.
|
List<String> |
dbInstanceIdentifiers()
One or more DB instance identifiers.
|
String |
dbProxyName()
The identifier of the
DBProxy that is associated with the DBProxyTargetGroup. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasDbClusterIdentifiers()
Returns true if the DBClusterIdentifiers property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasDbInstanceIdentifiers()
Returns true if the DBInstanceIdentifiers property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeregisterDbProxyTargetsRequest.Builder> |
serializableBuilderClass() |
String |
targetGroupName()
The identifier of the
DBProxyTargetGroup. |
DeregisterDbProxyTargetsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String dbProxyName()
The identifier of the DBProxy that is associated with the DBProxyTargetGroup.
DBProxy that is associated with the DBProxyTargetGroup.public final String targetGroupName()
The identifier of the DBProxyTargetGroup.
DBProxyTargetGroup.public final boolean hasDbInstanceIdentifiers()
public final List<String> dbInstanceIdentifiers()
One or more DB instance identifiers.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasDbInstanceIdentifiers() to see if a value was sent in this field.
public final boolean hasDbClusterIdentifiers()
public final List<String> dbClusterIdentifiers()
One or more DB cluster identifiers.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasDbClusterIdentifiers() to see if a value was sent in this field.
public DeregisterDbProxyTargetsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeregisterDbProxyTargetsRequest.Builder,DeregisterDbProxyTargetsRequest>toBuilder in class RdsRequestpublic static DeregisterDbProxyTargetsRequest.Builder builder()
public static Class<? extends DeregisterDbProxyTargetsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.