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