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