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