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