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