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