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