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