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