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