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