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