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