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