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