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