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