@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateWebhookResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result structure for the create webhook request.
| Constructor and Description | 
|---|
| CreateWebhookResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateWebhookResult | clone() | 
| boolean | equals(Object obj) | 
| Webhook | getWebhook()
 Describes a webhook that connects repository events to an Amplify app. | 
| int | hashCode() | 
| void | setWebhook(Webhook webhook)
 Describes a webhook that connects repository events to an Amplify app. | 
| String | toString()Returns a string representation of this object. | 
| CreateWebhookResult | withWebhook(Webhook webhook)
 Describes a webhook that connects repository events to an Amplify app. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setWebhook(Webhook webhook)
Describes a webhook that connects repository events to an Amplify app.
webhook - Describes a webhook that connects repository events to an Amplify app.public Webhook getWebhook()
Describes a webhook that connects repository events to an Amplify app.
public CreateWebhookResult withWebhook(Webhook webhook)
Describes a webhook that connects repository events to an Amplify app.
webhook - Describes a webhook that connects repository events to an Amplify app.public String toString()
toString in class ObjectObject.toString()public CreateWebhookResult clone()