@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 String targetGroupArn()
The Amazon Resource Name (ARN) of the target group.
public boolean hasTargets()
public 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.