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