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