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