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