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