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