@Generated(value="software.amazon.awssdk:codegen") public final class Webhook extends Object implements StructuredPojo, ToCopyableBuilder<Webhook.Builder,Webhook>
Information about a webhook in GitHub that connects repository events to a build project in AWS CodeBuild.
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
Webhook.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static Webhook.Builder | 
builder()  | 
boolean | 
equals(Object obj)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
static Class<? extends Webhook.Builder> | 
serializableBuilderClass()  | 
Webhook.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
String | 
url()
 The URL to the webhook. 
 | 
copypublic String url()
The URL to the webhook.
public Webhook.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Webhook.Builder,Webhook>public static Webhook.Builder builder()
public static Class<? extends Webhook.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.