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