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