@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 String nextToken()
The response from the last list when returning a list large enough to need tokening.
public Integer maxResults()
Maximum number of results to select.
public Instant creationTimeAfter()
Select jobs where the job was created after specified time.
public Instant creationTimeBefore()
Select jobs where the job was created before specified time.
public Instant lastModifiedTimeAfter()
Select jobs where the job was updated after specified time.
public Instant lastModifiedTimeBefore()
Select jobs where the job was updated before specified time.
public String nameContains()
Filter for jobs containing this name in their packaging job name.
public String modelNameContains()
Filter for jobs where the model name contains this string.
public 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 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 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 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 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 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.