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