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