@Generated(value="software.amazon.awssdk:codegen") public final class ListSchedulesRequest extends SchedulerRequest implements ToCopyableBuilder<ListSchedulesRequest.Builder,ListSchedulesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSchedulesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSchedulesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupName()
If specified, only lists the schedules whose associated schedule group matches the given filter.
|
int |
hashCode() |
Integer |
maxResults()
If specified, limits the number of results returned by this operation.
|
String |
namePrefix()
Schedule name prefix to return the filtered list of resources.
|
String |
nextToken()
The token returned by a previous call to retrieve the next set of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListSchedulesRequest.Builder> |
serializableBuilderClass() |
ScheduleState |
state()
If specified, only lists the schedules whose current state matches the given filter.
|
String |
stateAsString()
If specified, only lists the schedules whose current state matches the given filter.
|
ListSchedulesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String groupName()
If specified, only lists the schedules whose associated schedule group matches the given filter.
public final Integer maxResults()
If specified, limits the number of results returned by this operation. The operation also returns a
NextToken which you can use in a subsequent operation to retrieve the next set of results.
NextToken which you can use in a subsequent operation to retrieve the next set of results.public final String namePrefix()
Schedule name prefix to return the filtered list of resources.
public final String nextToken()
The token returned by a previous call to retrieve the next set of results.
public final ScheduleState state()
If specified, only lists the schedules whose current state matches the given filter.
If the service returns an enum value that is not available in the current SDK version, state will return
ScheduleState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ScheduleStatepublic final String stateAsString()
If specified, only lists the schedules whose current state matches the given filter.
If the service returns an enum value that is not available in the current SDK version, state will return
ScheduleState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ScheduleStatepublic ListSchedulesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSchedulesRequest.Builder,ListSchedulesRequest>toBuilder in class SchedulerRequestpublic static ListSchedulesRequest.Builder builder()
public static Class<? extends ListSchedulesRequest.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 © 2022. All rights reserved.