@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateWebhookResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Result structure for the update webhook request.
| Constructor and Description |
|---|
UpdateWebhookResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateWebhookResult |
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.
|
UpdateWebhookResult |
withWebhook(Webhook webhook)
Webhook structure.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setWebhook(Webhook webhook)
Webhook structure.
webhook - Webhook structure.public Webhook getWebhook()
Webhook structure.
public UpdateWebhookResult withWebhook(Webhook webhook)
Webhook structure.
webhook - Webhook structure.public String toString()
toString in class ObjectObject.toString()public UpdateWebhookResult clone()
Copyright © 2019. All rights reserved.