@Generated(value="software.amazon.awssdk:codegen") public final class VpcEndpointConnection extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VpcEndpointConnection.Builder,VpcEndpointConnection>
Describes a VPC endpoint connection to a service.
Modifier and Type | Class and Description |
---|---|
static interface |
VpcEndpointConnection.Builder |
Modifier and Type | Method and Description |
---|---|
static VpcEndpointConnection.Builder |
builder() |
Instant |
creationTimestamp()
The date and time that the VPC endpoint was created.
|
List<DnsEntry> |
dnsEntries()
The DNS entries for the VPC endpoint.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<String> |
gatewayLoadBalancerArns()
The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasDnsEntries()
For responses, this returns true if the service returned a value for the DnsEntries property.
|
boolean |
hasGatewayLoadBalancerArns()
For responses, this returns true if the service returned a value for the GatewayLoadBalancerArns property.
|
int |
hashCode() |
boolean |
hasNetworkLoadBalancerArns()
For responses, this returns true if the service returned a value for the NetworkLoadBalancerArns property.
|
List<String> |
networkLoadBalancerArns()
The Amazon Resource Names (ARNs) of the network load balancers for the service.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VpcEndpointConnection.Builder> |
serializableBuilderClass() |
String |
serviceId()
The ID of the service to which the endpoint is connected.
|
VpcEndpointConnection.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpcEndpointId()
The ID of the VPC endpoint.
|
String |
vpcEndpointOwner()
The ID of the Amazon Web Services account that owns the VPC endpoint.
|
State |
vpcEndpointState()
The state of the VPC endpoint.
|
String |
vpcEndpointStateAsString()
The state of the VPC endpoint.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String serviceId()
The ID of the service to which the endpoint is connected.
public final String vpcEndpointId()
The ID of the VPC endpoint.
public final String vpcEndpointOwner()
The ID of the Amazon Web Services account that owns the VPC endpoint.
public final State vpcEndpointState()
The state of the VPC endpoint.
If the service returns an enum value that is not available in the current SDK version, vpcEndpointState
will return State.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
vpcEndpointStateAsString()
.
State
public final String vpcEndpointStateAsString()
The state of the VPC endpoint.
If the service returns an enum value that is not available in the current SDK version, vpcEndpointState
will return State.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
vpcEndpointStateAsString()
.
State
public final Instant creationTimestamp()
The date and time that the VPC endpoint was created.
public final boolean hasDnsEntries()
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<DnsEntry> dnsEntries()
The DNS entries for the VPC endpoint.
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 hasDnsEntries()
method.
public final boolean hasNetworkLoadBalancerArns()
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> networkLoadBalancerArns()
The Amazon Resource Names (ARNs) of the network load balancers for the service.
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 hasNetworkLoadBalancerArns()
method.
public final boolean hasGatewayLoadBalancerArns()
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> gatewayLoadBalancerArns()
The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.
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 hasGatewayLoadBalancerArns()
method.
public VpcEndpointConnection.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<VpcEndpointConnection.Builder,VpcEndpointConnection>
public static VpcEndpointConnection.Builder builder()
public static Class<? extends VpcEndpointConnection.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.