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