@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteWebhookResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result structure for the delete webhook request.
| Constructor and Description |
|---|
DeleteWebhookResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteWebhookResult |
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.
|
DeleteWebhookResult |
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 DeleteWebhookResult 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 DeleteWebhookResult clone()