Class EndSessionRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.bedrockagentruntime.transform.EndSessionRequestMarshaller
- All Implemented Interfaces:
Marshaller<EndSessionRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class EndSessionRequestMarshaller
extends Object
implements Marshaller<EndSessionRequest>
EndSessionRequest Marshaller-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmarshall(EndSessionRequest endSessionRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
EndSessionRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<EndSessionRequest>- Parameters:
endSessionRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-