@Generated(value="software.amazon.awssdk:codegen") public final class AllocatePublicVirtualInterfaceRequest extends DirectConnectRequest implements ToCopyableBuilder<AllocatePublicVirtualInterfaceRequest.Builder,AllocatePublicVirtualInterfaceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AllocatePublicVirtualInterfaceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AllocatePublicVirtualInterfaceRequest.Builder |
builder() |
String |
connectionId()
The ID of the connection on which the public virtual interface is provisioned.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
NewPublicVirtualInterfaceAllocation |
newPublicVirtualInterfaceAllocation()
Information about the public virtual interface.
|
String |
ownerAccount()
The ID of the Amazon Web Services account that owns the public virtual interface.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AllocatePublicVirtualInterfaceRequest.Builder> |
serializableBuilderClass() |
AllocatePublicVirtualInterfaceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String connectionId()
The ID of the connection on which the public virtual interface is provisioned.
public final String ownerAccount()
The ID of the Amazon Web Services account that owns the public virtual interface.
public final NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation()
Information about the public virtual interface.
public AllocatePublicVirtualInterfaceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AllocatePublicVirtualInterfaceRequest.Builder,AllocatePublicVirtualInterfaceRequest>toBuilder in class DirectConnectRequestpublic static AllocatePublicVirtualInterfaceRequest.Builder builder()
public static Class<? extends AllocatePublicVirtualInterfaceRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.