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