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