@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutWebhookResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PutWebhookResult() |
Modifier and Type | Method and Description |
---|---|
PutWebhookResult |
clone() |
boolean |
equals(Object obj) |
ListWebhookItem |
getWebhook()
The detail returned from creating the webhook, such as the webhook name, webhook URL, and webhook ARN.
|
int |
hashCode() |
void |
setWebhook(ListWebhookItem webhook)
The detail returned from creating the webhook, such as the webhook name, webhook URL, and webhook ARN.
|
String |
toString()
Returns a string representation of this object.
|
PutWebhookResult |
withWebhook(ListWebhookItem webhook)
The detail returned from creating the webhook, such as the webhook name, webhook URL, and webhook ARN.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setWebhook(ListWebhookItem webhook)
The detail returned from creating the webhook, such as the webhook name, webhook URL, and webhook ARN.
webhook
- The detail returned from creating the webhook, such as the webhook name, webhook URL, and webhook ARN.public ListWebhookItem getWebhook()
The detail returned from creating the webhook, such as the webhook name, webhook URL, and webhook ARN.
public PutWebhookResult withWebhook(ListWebhookItem webhook)
The detail returned from creating the webhook, such as the webhook name, webhook URL, and webhook ARN.
webhook
- The detail returned from creating the webhook, such as the webhook name, webhook URL, and webhook ARN.public String toString()
toString
in class Object
Object.toString()
public PutWebhookResult clone()