@Generated(value="software.amazon.awssdk:codegen") public final class ListScheduleGroupsRequest extends SchedulerRequest implements ToCopyableBuilder<ListScheduleGroupsRequest.Builder,ListScheduleGroupsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListScheduleGroupsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListScheduleGroupsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
If specified, limits the number of results returned by this operation.
|
String |
namePrefix()
The name prefix that you can use to return a filtered list of your schedule groups.
|
String |
nextToken()
The token returned by a previous call to retrieve the next set of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListScheduleGroupsRequest.Builder> |
serializableBuilderClass() |
ListScheduleGroupsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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()
The name prefix that you can use to return a filtered list of your schedule groups.
public final String nextToken()
The token returned by a previous call to retrieve the next set of results.
public ListScheduleGroupsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListScheduleGroupsRequest.Builder,ListScheduleGroupsRequest>toBuilder in class SchedulerRequestpublic static ListScheduleGroupsRequest.Builder builder()
public static Class<? extends ListScheduleGroupsRequest.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.