@Generated(value="software.amazon.awssdk:codegen") public final class LocalGatewayVirtualInterface extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LocalGatewayVirtualInterface.Builder,LocalGatewayVirtualInterface>
Describes a local gateway virtual interface.
Modifier and Type | Class and Description |
---|---|
static interface |
LocalGatewayVirtualInterface.Builder |
Modifier and Type | Method and Description |
---|---|
static LocalGatewayVirtualInterface.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
String |
localAddress()
The local address.
|
Integer |
localBgpAsn()
The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway.
|
String |
localGatewayId()
The ID of the local gateway.
|
String |
localGatewayVirtualInterfaceId()
The ID of the virtual interface.
|
String |
ownerId()
The ID of the Amazon Web Services account that owns the local gateway virtual interface.
|
String |
peerAddress()
The peer address.
|
Integer |
peerBgpAsn()
The peer BGP ASN.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LocalGatewayVirtualInterface.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
The tags assigned to the virtual interface.
|
LocalGatewayVirtualInterface.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
vlan()
The ID of the VLAN.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String localGatewayVirtualInterfaceId()
The ID of the virtual interface.
public final String localGatewayId()
The ID of the local gateway.
public final Integer vlan()
The ID of the VLAN.
public final String localAddress()
The local address.
public final String peerAddress()
The peer address.
public final Integer localBgpAsn()
The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway.
public final Integer peerBgpAsn()
The peer BGP ASN.
public final String ownerId()
The ID of the Amazon Web Services account that owns the local gateway virtual interface.
public final boolean hasTags()
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<Tag> tags()
The tags assigned to the virtual interface.
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 hasTags()
method.
public LocalGatewayVirtualInterface.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<LocalGatewayVirtualInterface.Builder,LocalGatewayVirtualInterface>
public static LocalGatewayVirtualInterface.Builder builder()
public static Class<? extends LocalGatewayVirtualInterface.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.