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