Class UpdateOpportunityRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.partnercentralselling.transform.UpdateOpportunityRequestMarshaller
- All Implemented Interfaces:
Marshaller<UpdateOpportunityRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<UpdateOpportunityRequest>- Parameters:
updateOpportunityRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-