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