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