@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateWebhookResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateWebhookResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateWebhookResult | clone() | 
| boolean | equals(Object obj) | 
| Webhook | getWebhook()
 Information about a webhook that connects repository events to a build project in AWS CodeBuild. | 
| int | hashCode() | 
| void | setWebhook(Webhook webhook)
 Information about a webhook that connects repository events to a build project in AWS CodeBuild. | 
| String | toString()Returns a string representation of this object. | 
| CreateWebhookResult | withWebhook(Webhook webhook)
 Information about a webhook that connects repository events to a build project in AWS CodeBuild. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setWebhook(Webhook webhook)
Information about a webhook that connects repository events to a build project in AWS CodeBuild.
webhook - Information about a webhook that connects repository events to a build project in AWS CodeBuild.public Webhook getWebhook()
Information about a webhook that connects repository events to a build project in AWS CodeBuild.
public CreateWebhookResult withWebhook(Webhook webhook)
Information about a webhook that connects repository events to a build project in AWS CodeBuild.
webhook - Information about a webhook that connects repository events to a build project in AWS CodeBuild.public String toString()
toString in class ObjectObject.toString()public CreateWebhookResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.