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