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