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