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