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