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