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