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