@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 in GitHub that connects repository events to a build project in AWS CodeBuild.
|
int |
hashCode() |
void |
setWebhook(Webhook webhook)
Information about a webhook in GitHub that connects repository events to a build project in AWS CodeBuild.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateWebhookResult |
withWebhook(Webhook webhook)
Information about a webhook in GitHub that connects repository events to a build project in AWS CodeBuild.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setWebhook(Webhook webhook)
Information about a webhook in GitHub that connects repository events to a build project in AWS CodeBuild.
webhook
- Information about a webhook in GitHub that connects repository events to a build project in AWS CodeBuild.public Webhook getWebhook()
Information about a webhook in GitHub that connects repository events to a build project in AWS CodeBuild.
public CreateWebhookResult withWebhook(Webhook webhook)
Information about a webhook in GitHub that connects repository events to a build project in AWS CodeBuild.
webhook
- Information about a webhook in GitHub that connects repository events to a build project in AWS CodeBuild.public String toString()
toString
in class Object
Object.toString()
public CreateWebhookResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.