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