@Generated(value="software.amazon.awssdk:codegen") public final class ListSchedulingPoliciesRequest extends BatchRequest implements ToCopyableBuilder<ListSchedulingPoliciesRequest.Builder,ListSchedulingPoliciesRequest>
Contains the parameters for ListSchedulingPolicies.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSchedulingPoliciesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSchedulingPoliciesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results that's returned by
ListSchedulingPolicies in paginated output. |
String |
nextToken()
The
nextToken value that's returned from a previous paginated ListSchedulingPolicies
request where maxResults was used and the results exceeded the value of that parameter. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListSchedulingPoliciesRequest.Builder> |
serializableBuilderClass() |
ListSchedulingPoliciesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
The maximum number of results that's returned by ListSchedulingPolicies in paginated output. When
this parameter is used, ListSchedulingPolicies only returns maxResults results in a
single page and a nextToken response element. You can see the remaining results of the initial
request by sending another ListSchedulingPolicies request with the returned nextToken
value. This value can be between 1 and 100. If this parameter isn't used, ListSchedulingPolicies
returns up to 100 results and a nextToken value if applicable.
ListSchedulingPolicies in paginated output.
When this parameter is used, ListSchedulingPolicies only returns maxResults
results in a single page and a nextToken response element. You can see the remaining results
of the initial request by sending another ListSchedulingPolicies request with the returned
nextToken value. This value can be between 1 and 100. If this parameter isn't used,
ListSchedulingPolicies returns up to 100 results and a nextToken value if
applicable.public final String nextToken()
The nextToken value that's returned from a previous paginated ListSchedulingPolicies
request where maxResults was used and the results exceeded the value of that parameter. Pagination
continues from the end of the previous results that returned the nextToken value. This value is
null when there are no more results to return.
Treat this token as an opaque identifier that's only used to retrieve the next items in a list and not for other programmatic purposes.
nextToken value that's returned from a previous paginated
ListSchedulingPolicies request where maxResults was used and the results
exceeded the value of that parameter. Pagination continues from the end of the previous results that
returned the nextToken value. This value is null when there are no more results
to return. Treat this token as an opaque identifier that's only used to retrieve the next items in a list and not for other programmatic purposes.
public ListSchedulingPoliciesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSchedulingPoliciesRequest.Builder,ListSchedulingPoliciesRequest>toBuilder in class BatchRequestpublic static ListSchedulingPoliciesRequest.Builder builder()
public static Class<? extends ListSchedulingPoliciesRequest.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.