@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetWebhookRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request structure for the get webhook request.
NOOP
Constructor and Description |
---|
GetWebhookRequest() |
Modifier and Type | Method and Description |
---|---|
GetWebhookRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getWebhookId()
The unique ID for a webhook.
|
int |
hashCode() |
void |
setWebhookId(String webhookId)
The unique ID for a webhook.
|
String |
toString()
Returns a string representation of this object.
|
GetWebhookRequest |
withWebhookId(String webhookId)
The 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)
The unique ID for a webhook.
webhookId
- The unique ID for a webhook.public String getWebhookId()
The unique ID for a webhook.
public GetWebhookRequest withWebhookId(String webhookId)
The unique ID for a webhook.
webhookId
- The unique ID for a webhook.public String toString()
toString
in class Object
Object.toString()
public GetWebhookRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()