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