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