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