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