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