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