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 SummaryConstructorsConstructorDescriptionUpdateTelemetryRuleRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(UpdateTelemetryRuleRequest updateTelemetryRuleRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
UpdateTelemetryRuleRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<UpdateTelemetryRuleRequest>
- Parameters:
- updateTelemetryRuleRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-