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