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