Class ListDataAutomationProjectsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.bedrockdataautomation.transform.ListDataAutomationProjectsRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListDataAutomationProjectsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<ListDataAutomationProjectsRequest>- Parameters:
listDataAutomationProjectsRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-