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