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