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