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