StructuredPojo
, ToCopyableBuilder<NewPublicVirtualInterfaceAllocation.Builder,NewPublicVirtualInterfaceAllocation>
@Generated("software.amazon.awssdk:codegen") public class NewPublicVirtualInterfaceAllocation extends Object implements StructuredPojo, ToCopyableBuilder<NewPublicVirtualInterfaceAllocation.Builder,NewPublicVirtualInterfaceAllocation>
A structure containing information about a public virtual interface that will be provisioned on a connection.
Modifier and Type | Class | Description |
---|---|---|
static interface |
NewPublicVirtualInterfaceAllocation.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
addressFamily() |
|
String |
amazonAddress() |
|
Integer |
asn() |
|
String |
authKey() |
|
static NewPublicVirtualInterfaceAllocation.Builder |
builder() |
|
String |
customerAddress() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
List<RouteFilterPrefix> |
routeFilterPrefixes() |
|
static Class<? extends NewPublicVirtualInterfaceAllocation.Builder> |
serializableBuilderClass() |
|
NewPublicVirtualInterfaceAllocation.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
virtualInterfaceName() |
|
Integer |
vlan() |
public String virtualInterfaceName()
public Integer vlan()
public Integer asn()
public String authKey()
public String amazonAddress()
public String customerAddress()
public String addressFamily()
AddressFamily
public List<RouteFilterPrefix> routeFilterPrefixes()
public NewPublicVirtualInterfaceAllocation.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<NewPublicVirtualInterfaceAllocation.Builder,NewPublicVirtualInterfaceAllocation>
public static NewPublicVirtualInterfaceAllocation.Builder builder()
public static Class<? extends NewPublicVirtualInterfaceAllocation.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.