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