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