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