Class ListCodeSecurityIntegrationsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.inspector2.transform.ListCodeSecurityIntegrationsRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListCodeSecurityIntegrationsRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<ListCodeSecurityIntegrationsRequest>
- Parameters:
listCodeSecurityIntegrationsRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-