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