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