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