@Generated(value="software.amazon.awssdk:codegen") public final class ListEarthObservationJobsRequest extends SageMakerGeospatialRequest implements ToCopyableBuilder<ListEarthObservationJobsRequest.Builder,ListEarthObservationJobsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListEarthObservationJobsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListEarthObservationJobsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The total number of items to return.
|
String |
nextToken()
If the previous response was truncated, you receive this token.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListEarthObservationJobsRequest.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. |
EarthObservationJobStatus |
statusEquals()
A filter that retrieves only jobs with a specific status.
|
String |
statusEqualsAsString()
A filter that retrieves only jobs with a specific status.
|
ListEarthObservationJobsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
The total 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 EarthObservationJobStatus statusEquals()
A filter that retrieves only jobs with a specific status.
If the service returns an enum value that is not available in the current SDK version, statusEquals will
return EarthObservationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusEqualsAsString().
EarthObservationJobStatuspublic final String statusEqualsAsString()
A filter that retrieves only jobs with a specific status.
If the service returns an enum value that is not available in the current SDK version, statusEquals will
return EarthObservationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusEqualsAsString().
EarthObservationJobStatuspublic ListEarthObservationJobsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListEarthObservationJobsRequest.Builder,ListEarthObservationJobsRequest>toBuilder in class SageMakerGeospatialRequestpublic static ListEarthObservationJobsRequest.Builder builder()
public static Class<? extends ListEarthObservationJobsRequest.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.