Class ListScheduleGroupsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.scheduler.model.SchedulerRequest
-
- software.amazon.awssdk.services.scheduler.model.ListScheduleGroupsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListScheduleGroupsRequest.Builder,ListScheduleGroupsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListScheduleGroupsRequest extends SchedulerRequest implements ToCopyableBuilder<ListScheduleGroupsRequest.Builder,ListScheduleGroupsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListScheduleGroupsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListScheduleGroupsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()If specified, limits the number of results returned by this operation.StringnamePrefix()The name prefix that you can use to return a filtered list of your schedule groups.StringnextToken()The token returned by a previous call to retrieve the next set of results.List<SdkField<?>>sdkFields()static Class<? extends ListScheduleGroupsRequest.Builder>serializableBuilderClass()ListScheduleGroupsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
maxResults
public final Integer maxResults()
If specified, limits the number of results returned by this operation. The operation also returns a
NextTokenwhich you can use in a subsequent operation to retrieve the next set of results.- Returns:
- If specified, limits the number of results returned by this operation. The operation also returns a
NextTokenwhich you can use in a subsequent operation to retrieve the next set of results.
-
namePrefix
public final String namePrefix()
The name prefix that you can use to return a filtered list of your schedule groups.
- Returns:
- The name prefix that you can use to return a filtered list of your schedule groups.
-
nextToken
public final String nextToken()
The token returned by a previous call to retrieve the next set of results.
- Returns:
- The token returned by a previous call to retrieve the next set of results.
-
toBuilder
public ListScheduleGroupsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListScheduleGroupsRequest.Builder,ListScheduleGroupsRequest>- Specified by:
toBuilderin classSchedulerRequest
-
builder
public static ListScheduleGroupsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListScheduleGroupsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-