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