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