@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateWebhookResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| UpdateWebhookResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateWebhookResult | clone() | 
| boolean | equals(Object obj) | 
| Webhook | getWebhook()
 Information about a repository's webhook that is associated with a project in CodeBuild. | 
| int | hashCode() | 
| void | setWebhook(Webhook webhook)
 Information about a repository's webhook that is associated with a project in CodeBuild. | 
| String | toString()Returns a string representation of this object. | 
| UpdateWebhookResult | withWebhook(Webhook webhook)
 Information about a repository's webhook that is associated with a project in CodeBuild. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setWebhook(Webhook webhook)
Information about a repository's webhook that is associated with a project in CodeBuild.
webhook - Information about a repository's webhook that is associated with a project in CodeBuild.public Webhook getWebhook()
Information about a repository's webhook that is associated with a project in CodeBuild.
public UpdateWebhookResult withWebhook(Webhook webhook)
Information about a repository's webhook that is associated with a project in CodeBuild.
webhook - Information about a repository's webhook that is associated with a project in CodeBuild.public String toString()
toString in class ObjectObject.toString()public UpdateWebhookResult clone()