@Generated(value="software.amazon.awssdk:codegen") public final class ListScheduledActionsRequest extends OpenSearchRequest implements ToCopyableBuilder<ListScheduledActionsRequest.Builder,ListScheduledActionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListScheduledActionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListScheduledActionsRequest.Builder |
builder() |
String |
domainName()
The name of the domain.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
An optional parameter that specifies the maximum number of results to return.
|
String |
nextToken()
If your initial
ListScheduledActions operation returns a nextToken, you can include the
returned nextToken in subsequent ListScheduledActions operations, which returns results
in the next page. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListScheduledActionsRequest.Builder> |
serializableBuilderClass() |
ListScheduledActionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainName()
The name of the domain.
public final Integer maxResults()
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results.
nextToken to get the next page of results.public final String nextToken()
If your initial ListScheduledActions operation returns a nextToken, you can include the
returned nextToken in subsequent ListScheduledActions operations, which returns results
in the next page.
ListScheduledActions operation returns a nextToken, you can
include the returned nextToken in subsequent ListScheduledActions operations,
which returns results in the next page.public ListScheduledActionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListScheduledActionsRequest.Builder,ListScheduledActionsRequest>toBuilder in class OpenSearchRequestpublic static ListScheduledActionsRequest.Builder builder()
public static Class<? extends ListScheduledActionsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.