Class UpdateServiceRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.proton.transform.UpdateServiceRequestMarshaller
- All Implemented Interfaces:
- Marshaller<UpdateServiceRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class UpdateServiceRequestMarshaller
extends Object
implements Marshaller<UpdateServiceRequest>
UpdateServiceRequest Marshaller- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(UpdateServiceRequest updateServiceRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
UpdateServiceRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<UpdateServiceRequest>
- Parameters:
- updateServiceRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-