@Generated(value="software.amazon.awssdk:codegen") public final class ListWorkforcesRequest extends SageMakerRequest implements ToCopyableBuilder<ListWorkforcesRequest.Builder,ListWorkforcesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListWorkforcesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListWorkforcesRequest.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 workforces returned in the response.
|
String |
nameContains()
A filter you can use to search for workforces using part of the workforce name.
|
String |
nextToken()
A token to resume pagination.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListWorkforcesRequest.Builder> |
serializableBuilderClass() |
ListWorkforcesSortByOptions |
sortBy()
Sort workforces using the workforce name or creation date.
|
String |
sortByAsString()
Sort workforces using the workforce name or creation date.
|
SortOrder |
sortOrder()
Sort workforces in ascending or descending order.
|
String |
sortOrderAsString()
Sort workforces in ascending or descending order.
|
ListWorkforcesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ListWorkforcesSortByOptions sortBy()
Sort workforces using the workforce name or creation date.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return ListWorkforcesSortByOptions.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortByAsString().
ListWorkforcesSortByOptionspublic final String sortByAsString()
Sort workforces using the workforce name or creation date.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return ListWorkforcesSortByOptions.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortByAsString().
ListWorkforcesSortByOptionspublic final SortOrder sortOrder()
Sort workforces in ascending or descending order.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
SortOrderpublic final String sortOrderAsString()
Sort workforces in ascending or descending order.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
SortOrderpublic final String nameContains()
A filter you can use to search for workforces using part of the workforce name.
public final String nextToken()
A token to resume pagination.
public final Integer maxResults()
The maximum number of workforces returned in the response.
public ListWorkforcesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListWorkforcesRequest.Builder,ListWorkforcesRequest>toBuilder in class SageMakerRequestpublic static ListWorkforcesRequest.Builder builder()
public static Class<? extends ListWorkforcesRequest.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.