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