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