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