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