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