@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public CreateWebhookResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.