@Generated(value="software.amazon.awssdk:codegen") public final class AssociatedTargetNetwork extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssociatedTargetNetwork.Builder,AssociatedTargetNetwork>
Describes a target network that is associated with a Client VPN endpoint. A target network is a subnet in a VPC.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociatedTargetNetwork.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssociatedTargetNetwork.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
networkId()
The ID of the subnet.
|
AssociatedNetworkType |
networkType()
The target network type.
|
String |
networkTypeAsString()
The target network type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociatedTargetNetwork.Builder> |
serializableBuilderClass() |
AssociatedTargetNetwork.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String networkId()
The ID of the subnet.
public final AssociatedNetworkType networkType()
The target network type.
If the service returns an enum value that is not available in the current SDK version, networkType will
return AssociatedNetworkType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from networkTypeAsString().
AssociatedNetworkTypepublic final String networkTypeAsString()
The target network type.
If the service returns an enum value that is not available in the current SDK version, networkType will
return AssociatedNetworkType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from networkTypeAsString().
AssociatedNetworkTypepublic AssociatedTargetNetwork.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssociatedTargetNetwork.Builder,AssociatedTargetNetwork>public static AssociatedTargetNetwork.Builder builder()
public static Class<? extends AssociatedTargetNetwork.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.