@Generated(value="software.amazon.awssdk:codegen") public final class ListEdgePackagingJobsRequest extends SageMakerRequest implements ToCopyableBuilder<ListEdgePackagingJobsRequest.Builder,ListEdgePackagingJobsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListEdgePackagingJobsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListEdgePackagingJobsRequest.Builder |
builder() |
Instant |
creationTimeAfter()
Select jobs where the job was created after specified time.
|
Instant |
creationTimeBefore()
Select jobs where the job was created before specified time.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTimeAfter()
Select jobs where the job was updated after specified time.
|
Instant |
lastModifiedTimeBefore()
Select jobs where the job was updated before specified time.
|
Integer |
maxResults()
Maximum number of results to select.
|
String |
modelNameContains()
Filter for jobs where the model name contains this string.
|
String |
nameContains()
Filter for jobs containing this name in their packaging job name.
|
String |
nextToken()
The response from the last list when returning a list large enough to need tokening.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListEdgePackagingJobsRequest.Builder> |
serializableBuilderClass() |
ListEdgePackagingJobsSortBy |
sortBy()
Use to specify what column to sort by.
|
String |
sortByAsString()
Use to specify what column to sort by.
|
SortOrder |
sortOrder()
What direction to sort by.
|
String |
sortOrderAsString()
What direction to sort by.
|
EdgePackagingJobStatus |
statusEquals()
The job status to filter for.
|
String |
statusEqualsAsString()
The job status to filter for.
|
ListEdgePackagingJobsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
The response from the last list when returning a list large enough to need tokening.
public final Integer maxResults()
Maximum number of results to select.
public final Instant creationTimeAfter()
Select jobs where the job was created after specified time.
public final Instant creationTimeBefore()
Select jobs where the job was created before specified time.
public final Instant lastModifiedTimeAfter()
Select jobs where the job was updated after specified time.
public final Instant lastModifiedTimeBefore()
Select jobs where the job was updated before specified time.
public final String nameContains()
Filter for jobs containing this name in their packaging job name.
public final String modelNameContains()
Filter for jobs where the model name contains this string.
public final EdgePackagingJobStatus statusEquals()
The job status to filter for.
If the service returns an enum value that is not available in the current SDK version, statusEquals will
return EdgePackagingJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusEqualsAsString().
EdgePackagingJobStatuspublic final String statusEqualsAsString()
The job status to filter for.
If the service returns an enum value that is not available in the current SDK version, statusEquals will
return EdgePackagingJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusEqualsAsString().
EdgePackagingJobStatuspublic final ListEdgePackagingJobsSortBy sortBy()
Use to specify what column to sort by.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return ListEdgePackagingJobsSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortByAsString().
ListEdgePackagingJobsSortBypublic final String sortByAsString()
Use to specify what column to sort by.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return ListEdgePackagingJobsSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortByAsString().
ListEdgePackagingJobsSortBypublic final SortOrder sortOrder()
What direction to sort by.
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()
What direction to sort by.
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 ListEdgePackagingJobsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListEdgePackagingJobsRequest.Builder,ListEdgePackagingJobsRequest>toBuilder in class SageMakerRequestpublic static ListEdgePackagingJobsRequest.Builder builder()
public static Class<? extends ListEdgePackagingJobsRequest.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.