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