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