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