Class ListReportGroupsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.codebuild.transform.ListReportGroupsRequestMarshaller
- All Implemented Interfaces:
- Marshaller<ListReportGroupsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ListReportGroupsRequestMarshaller
extends Object
implements Marshaller<ListReportGroupsRequest>
ListReportGroupsRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionListReportGroupsRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ListReportGroupsRequest listReportGroupsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ListReportGroupsRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ListReportGroupsRequest>
- Parameters:
- listReportGroupsRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-