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