Class UpdateBlueprintRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.bedrockdataautomation.transform.UpdateBlueprintRequestMarshaller
- All Implemented Interfaces:
- Marshaller<UpdateBlueprintRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class UpdateBlueprintRequestMarshaller
extends Object
implements Marshaller<UpdateBlueprintRequest>
UpdateBlueprintRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionUpdateBlueprintRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(UpdateBlueprintRequest updateBlueprintRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
UpdateBlueprintRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<UpdateBlueprintRequest>
- Parameters:
- updateBlueprintRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-