@Generated(value="software.amazon.awssdk:codegen") public final class ListVectorEnrichmentJobsRequest extends SageMakerGeospatialRequest implements ToCopyableBuilder<ListVectorEnrichmentJobsRequest.Builder,ListVectorEnrichmentJobsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListVectorEnrichmentJobsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListVectorEnrichmentJobsRequest.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 items to return.
|
String |
nextToken()
If the previous response was truncated, you receive this token.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListVectorEnrichmentJobsRequest.Builder> |
serializableBuilderClass() |
String |
sortBy()
The parameter by which to sort the results.
|
SortOrder |
sortOrder()
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
String |
sortOrderAsString()
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
String |
statusEquals()
A filter that retrieves only jobs with a specific status.
|
ListVectorEnrichmentJobsRequest.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 items to return.
public final String nextToken()
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
public final String sortBy()
The parameter by which to sort the results.
public final SortOrder sortOrder()
An optional value that specifies whether you want the results sorted 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().
Ascending or
Descending order.SortOrderpublic final String sortOrderAsString()
An optional value that specifies whether you want the results sorted 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().
Ascending or
Descending order.SortOrderpublic final String statusEquals()
A filter that retrieves only jobs with a specific status.
public ListVectorEnrichmentJobsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListVectorEnrichmentJobsRequest.Builder,ListVectorEnrichmentJobsRequest>toBuilder in class SageMakerGeospatialRequestpublic static ListVectorEnrichmentJobsRequest.Builder builder()
public static Class<? extends ListVectorEnrichmentJobsRequest.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.