@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutWebhookRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutWebhookRequest() |
Modifier and Type | Method and Description |
---|---|
PutWebhookRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
WebhookDefinition |
getWebhook()
The detail provided in an input file to create the webhook, such as the webhook name, the pipeline name, and the
action name.
|
int |
hashCode() |
void |
setWebhook(WebhookDefinition webhook)
The detail provided in an input file to create the webhook, such as the webhook name, the pipeline name, and the
action name.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PutWebhookRequest |
withWebhook(WebhookDefinition webhook)
The detail provided in an input file to create the webhook, such as the webhook name, the pipeline name, and the
action name.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setWebhook(WebhookDefinition webhook)
The detail provided in an input file to create the webhook, such as the webhook name, the pipeline name, and the action name. Give the webhook a unique name which identifies the webhook being defined. You may choose to name the webhook after the pipeline and action it targets so that you can easily recognize what it's used for later.
webhook
- The detail provided in an input file to create the webhook, such as the webhook name, the pipeline name,
and the action name. Give the webhook a unique name which identifies the webhook being defined. You may
choose to name the webhook after the pipeline and action it targets so that you can easily recognize what
it's used for later.public WebhookDefinition getWebhook()
The detail provided in an input file to create the webhook, such as the webhook name, the pipeline name, and the action name. Give the webhook a unique name which identifies the webhook being defined. You may choose to name the webhook after the pipeline and action it targets so that you can easily recognize what it's used for later.
public PutWebhookRequest withWebhook(WebhookDefinition webhook)
The detail provided in an input file to create the webhook, such as the webhook name, the pipeline name, and the action name. Give the webhook a unique name which identifies the webhook being defined. You may choose to name the webhook after the pipeline and action it targets so that you can easily recognize what it's used for later.
webhook
- The detail provided in an input file to create the webhook, such as the webhook name, the pipeline name,
and the action name. Give the webhook a unique name which identifies the webhook being defined. You may
choose to name the webhook after the pipeline and action it targets so that you can easily recognize what
it's used for later.public String toString()
toString
in class Object
Object.toString()
public PutWebhookRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.