Class CreateVpcEndpointAssociationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.networkfirewall.transform.CreateVpcEndpointAssociationRequestMarshaller
- All Implemented Interfaces:
Marshaller<CreateVpcEndpointAssociationRequest>
@Generated("software.amazon.awssdk:codegen")
public class CreateVpcEndpointAssociationRequestMarshaller
extends Object
implements Marshaller<CreateVpcEndpointAssociationRequest>
CreateVpcEndpointAssociationRequest
Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionCreateVpcEndpointAssociationRequestMarshaller
(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall
(CreateVpcEndpointAssociationRequest createVpcEndpointAssociationRequest) Marshalls the given POJO into aSdkHttpFullRequest
.
-
Constructor Details
-
CreateVpcEndpointAssociationRequestMarshaller
-
-
Method Details
-
marshall
public SdkHttpFullRequest marshall(CreateVpcEndpointAssociationRequest createVpcEndpointAssociationRequest) Description copied from interface:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<CreateVpcEndpointAssociationRequest>
- Parameters:
createVpcEndpointAssociationRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-