Class AllocatePublicVirtualInterfaceRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.directconnect.transform.AllocatePublicVirtualInterfaceRequestMarshaller
- All Implemented Interfaces:
 Marshaller<AllocatePublicVirtualInterfaceRequest>
@Generated("software.amazon.awssdk:codegen")
public class AllocatePublicVirtualInterfaceRequestMarshaller
extends Object
implements Marshaller<AllocatePublicVirtualInterfaceRequest>
AllocatePublicVirtualInterfaceRequest Marshaller- 
Constructor Summary
ConstructorsConstructorDescription - 
Method Summary
Modifier and TypeMethodDescriptionmarshall(AllocatePublicVirtualInterfaceRequest allocatePublicVirtualInterfaceRequest) Marshalls the given POJO into aSdkHttpFullRequest. 
- 
Constructor Details
- 
AllocatePublicVirtualInterfaceRequestMarshaller
 
 - 
 - 
Method Details
- 
marshall
public SdkHttpFullRequest marshall(AllocatePublicVirtualInterfaceRequest allocatePublicVirtualInterfaceRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<AllocatePublicVirtualInterfaceRequest>- Parameters:
 allocatePublicVirtualInterfaceRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -