Class TestFunctionRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.cloudfront.transform.TestFunctionRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<TestFunctionRequest>
@Generated("software.amazon.awssdk:codegen") public class TestFunctionRequestMarshaller extends Object implements Marshaller<TestFunctionRequest>
TestFunctionRequest
Marshaller
-
-
Constructor Summary
Constructors Constructor Description TestFunctionRequestMarshaller(AwsXmlProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequest
marshall(TestFunctionRequest testFunctionRequest)
-
-
-
Constructor Detail
-
TestFunctionRequestMarshaller
public TestFunctionRequestMarshaller(AwsXmlProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(TestFunctionRequest testFunctionRequest)
- Specified by:
marshall
in interfaceMarshaller<TestFunctionRequest>
-
-