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