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