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