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