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