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