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