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