@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateWebhookRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request structure for update webhook request.
NOOP
Constructor and Description |
---|
UpdateWebhookRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateWebhookRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBranchName()
Name for a branch, part of an Amplify App.
|
String |
getDescription()
Description for a webhook.
|
String |
getWebhookId()
Unique Id for a webhook.
|
int |
hashCode() |
void |
setBranchName(String branchName)
Name for a branch, part of an Amplify App.
|
void |
setDescription(String description)
Description for a webhook.
|
void |
setWebhookId(String webhookId)
Unique Id for a webhook.
|
String |
toString()
Returns a string representation of this object.
|
UpdateWebhookRequest |
withBranchName(String branchName)
Name for a branch, part of an Amplify App.
|
UpdateWebhookRequest |
withDescription(String description)
Description for a webhook.
|
UpdateWebhookRequest |
withWebhookId(String webhookId)
Unique Id for a webhook.
|
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 setWebhookId(String webhookId)
Unique Id for a webhook.
webhookId
- Unique Id for a webhook.public String getWebhookId()
Unique Id for a webhook.
public UpdateWebhookRequest withWebhookId(String webhookId)
Unique Id for a webhook.
webhookId
- Unique Id for a webhook.public void setBranchName(String branchName)
Name for a branch, part of an Amplify App.
branchName
- Name for a branch, part of an Amplify App.public String getBranchName()
Name for a branch, part of an Amplify App.
public UpdateWebhookRequest withBranchName(String branchName)
Name for a branch, part of an Amplify App.
branchName
- Name for a branch, part of an Amplify App.public void setDescription(String description)
Description for a webhook.
description
- Description for a webhook.public String getDescription()
Description for a webhook.
public UpdateWebhookRequest withDescription(String description)
Description for a webhook.
description
- Description for a webhook.public String toString()
toString
in class Object
Object.toString()
public UpdateWebhookRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.