@Generated(value="software.amazon.awssdk:codegen") public final class TargetNetwork extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TargetNetwork.Builder,TargetNetwork>
Describes a target network associated with a Client VPN endpoint.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TargetNetwork.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
associationId()
The ID of the association.
|
static TargetNetwork.Builder |
builder() |
String |
clientVpnEndpointId()
The ID of the Client VPN endpoint with which the target network is associated.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSecurityGroups()
For responses, this returns true if the service returned a value for the SecurityGroups property.
|
List<SdkField<?>> |
sdkFields() |
List<String> |
securityGroups()
The IDs of the security groups applied to the target network association.
|
static Class<? extends TargetNetwork.Builder> |
serializableBuilderClass() |
AssociationStatus |
status()
The current state of the target network association.
|
String |
targetNetworkId()
The ID of the subnet specified as the target network.
|
TargetNetwork.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpcId()
The ID of the VPC in which the target network (subnet) is located.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String associationId()
The ID of the association.
public final String vpcId()
The ID of the VPC in which the target network (subnet) is located.
public final String targetNetworkId()
The ID of the subnet specified as the target network.
public final String clientVpnEndpointId()
The ID of the Client VPN endpoint with which the target network is associated.
public final AssociationStatus status()
The current state of the target network association.
public final boolean hasSecurityGroups()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> securityGroups()
The IDs of the security groups applied to the target network association.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasSecurityGroups() method.
public TargetNetwork.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TargetNetwork.Builder,TargetNetwork>public static TargetNetwork.Builder builder()
public static Class<? extends TargetNetwork.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.