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