@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteWebhookResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
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()
Webhook structure.
|
int |
hashCode() |
void |
setWebhook(Webhook webhook)
Webhook structure.
|
String |
toString()
Returns a string representation of this object.
|
DeleteWebhookResult |
withWebhook(Webhook webhook)
Webhook structure.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setWebhook(Webhook webhook)
Webhook structure.
webhook - Webhook structure.public Webhook getWebhook()
Webhook structure.
public DeleteWebhookResult withWebhook(Webhook webhook)
Webhook structure.
webhook - Webhook structure.public String toString()
toString in class ObjectObject.toString()public DeleteWebhookResult clone()
Copyright © 2020. All rights reserved.