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