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