Class CreateTelemetryRuleForOrganizationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.observabilityadmin.transform.CreateTelemetryRuleForOrganizationRequestMarshaller
- All Implemented Interfaces:
Marshaller<CreateTelemetryRuleForOrganizationRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<CreateTelemetryRuleForOrganizationRequest>
- Parameters:
createTelemetryRuleForOrganizationRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-