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