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