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