@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateWebhookResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateWebhookResult () |
| Modifier and Type | Method and Description |
|---|---|
CreateWebhookResult |
clone () |
boolean |
equals (Object obj) |
Webhook |
getWebhook ()
Information about a webhook that connects repository events to a build project in CodeBuild.
|
int |
hashCode () |
void |
setWebhook (Webhook webhook)
Information about a webhook that connects repository events to a build project in CodeBuild.
|
String |
toString ()
Returns a string representation of this object.
|
CreateWebhookResult |
withWebhook (Webhook webhook)
Information about a webhook that connects repository events to a build project in CodeBuild.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public CreateWebhookResult()
public void setWebhook(Webhook webhook)
Information about a webhook that connects repository events to a build project in CodeBuild.
webhook - Information about a webhook that connects repository events to a build project in CodeBuild.public Webhook getWebhook()
Information about a webhook that connects repository events to a build project in CodeBuild.
public CreateWebhookResult withWebhook(Webhook webhook)
Information about a webhook that connects repository events to a build project in CodeBuild.
webhook - Information about a webhook that connects repository events to a build project in CodeBuild.public String toString()
toString in class Object Object.toString() public CreateWebhookResult clone()