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