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