Class GetCustomModelDeploymentRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.bedrock.transform.GetCustomModelDeploymentRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetCustomModelDeploymentRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<GetCustomModelDeploymentRequest>- Parameters:
getCustomModelDeploymentRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-