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