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