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