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