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