@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListWebhooksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request structure for the list webhooks request.
NOOP
Constructor and Description |
---|
ListWebhooksRequest() |
Modifier and Type | Method and Description |
---|---|
ListWebhooksRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppId()
Unique Id for an Amplify App.
|
Integer |
getMaxResults()
Maximum number of records to list in a single response.
|
String |
getNextToken()
Pagination token.
|
int |
hashCode() |
void |
setAppId(String appId)
Unique Id for an Amplify App.
|
void |
setMaxResults(Integer maxResults)
Maximum number of records to list in a single response.
|
void |
setNextToken(String nextToken)
Pagination token.
|
String |
toString()
Returns a string representation of this object.
|
ListWebhooksRequest |
withAppId(String appId)
Unique Id for an Amplify App.
|
ListWebhooksRequest |
withMaxResults(Integer maxResults)
Maximum number of records to list in a single response.
|
ListWebhooksRequest |
withNextToken(String nextToken)
Pagination token.
|
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 setAppId(String appId)
Unique Id for an Amplify App.
appId
- Unique Id for an Amplify App.public String getAppId()
Unique Id for an Amplify App.
public ListWebhooksRequest withAppId(String appId)
Unique Id for an Amplify App.
appId
- Unique Id for an Amplify App.public void setNextToken(String nextToken)
Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.
nextToken
- Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is
returned in a result, then pass its value in here to list more webhooks.public String getNextToken()
Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.
public ListWebhooksRequest withNextToken(String nextToken)
Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.
nextToken
- Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is
returned in a result, then pass its value in here to list more webhooks.public void setMaxResults(Integer maxResults)
Maximum number of records to list in a single response.
maxResults
- Maximum number of records to list in a single response.public Integer getMaxResults()
Maximum number of records to list in a single response.
public ListWebhooksRequest withMaxResults(Integer maxResults)
Maximum number of records to list in a single response.
maxResults
- Maximum number of records to list in a single response.public String toString()
toString
in class Object
Object.toString()
public ListWebhooksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.