@Generated(value="software.amazon.awssdk:codegen") public final class DeregisterTargetsRequest extends ElasticLoadBalancingV2Request implements ToCopyableBuilder<DeregisterTargetsRequest.Builder,DeregisterTargetsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeregisterTargetsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeregisterTargetsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTargets()
Returns true if the Targets property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeregisterTargetsRequest.Builder> |
serializableBuilderClass() |
String |
targetGroupArn()
The Amazon Resource Name (ARN) of the target group.
|
List<TargetDescription> |
targets()
The targets.
|
DeregisterTargetsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String targetGroupArn()
The Amazon Resource Name (ARN) of the target group.
public final boolean hasTargets()
public final List<TargetDescription> targets()
The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTargets() to see if a value was sent in this field.
public DeregisterTargetsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeregisterTargetsRequest.Builder,DeregisterTargetsRequest>toBuilder in class ElasticLoadBalancingV2Requestpublic static DeregisterTargetsRequest.Builder builder()
public static Class<? extends DeregisterTargetsRequest.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.