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