@Generated(value="software.amazon.awssdk:codegen") public final class ListWebhooksRequest extends AmplifyRequest implements ToCopyableBuilder<ListWebhooksRequest.Builder,ListWebhooksRequest>
Request structure for the list webhooks request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListWebhooksRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appId()
Unique Id for an Amplify App.
|
static ListWebhooksRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Maximum number of records to list in a single response.
|
String |
nextToken()
Pagination token.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListWebhooksRequest.Builder> |
serializableBuilderClass() |
ListWebhooksRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String appId()
Unique Id for an Amplify App.
public 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.
public Integer maxResults()
Maximum number of records to list in a single response.
public ListWebhooksRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListWebhooksRequest.Builder,ListWebhooksRequest>toBuilder in class AmplifyRequestpublic static ListWebhooksRequest.Builder builder()
public static Class<? extends ListWebhooksRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.