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