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