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