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