@Generated(value="software.amazon.awssdk:codegen") public final class LocalGatewayVirtualInterfaceGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LocalGatewayVirtualInterfaceGroup.Builder,LocalGatewayVirtualInterfaceGroup>
Describes a local gateway virtual interface group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LocalGatewayVirtualInterfaceGroup.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LocalGatewayVirtualInterfaceGroup.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasLocalGatewayVirtualInterfaceIds()
Returns true if the LocalGatewayVirtualInterfaceIds property was specified by the sender (it may be empty), or
false if the sender did not specify the value (it will be empty).
|
String |
localGatewayId()
The ID of the local gateway.
|
String |
localGatewayVirtualInterfaceGroupId()
The ID of the virtual interface group.
|
List<String> |
localGatewayVirtualInterfaceIds()
The IDs of the virtual interfaces.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LocalGatewayVirtualInterfaceGroup.Builder> |
serializableBuilderClass() |
LocalGatewayVirtualInterfaceGroup.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String localGatewayVirtualInterfaceGroupId()
The ID of the virtual interface group.
public boolean hasLocalGatewayVirtualInterfaceIds()
public List<String> localGatewayVirtualInterfaceIds()
The IDs of the virtual interfaces.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasLocalGatewayVirtualInterfaceIds() to see if a value was sent in this field.
public String localGatewayId()
The ID of the local gateway.
public LocalGatewayVirtualInterfaceGroup.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LocalGatewayVirtualInterfaceGroup.Builder,LocalGatewayVirtualInterfaceGroup>public static LocalGatewayVirtualInterfaceGroup.Builder builder()
public static Class<? extends LocalGatewayVirtualInterfaceGroup.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.