Class ListEdgePackagingJobsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.sagemaker.model.SageMakerRequest
-
- software.amazon.awssdk.services.sagemaker.model.ListEdgePackagingJobsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListEdgePackagingJobsRequest.Builder,ListEdgePackagingJobsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListEdgePackagingJobsRequest extends SageMakerRequest implements ToCopyableBuilder<ListEdgePackagingJobsRequest.Builder,ListEdgePackagingJobsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListEdgePackagingJobsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListEdgePackagingJobsRequest.Builderbuilder()InstantcreationTimeAfter()Select jobs where the job was created after specified time.InstantcreationTimeBefore()Select jobs where the job was created before specified time.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModifiedTimeAfter()Select jobs where the job was updated after specified time.InstantlastModifiedTimeBefore()Select jobs where the job was updated before specified time.IntegermaxResults()Maximum number of results to select.StringmodelNameContains()Filter for jobs where the model name contains this string.StringnameContains()Filter for jobs containing this name in their packaging job name.StringnextToken()The response from the last list when returning a list large enough to need tokening.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListEdgePackagingJobsRequest.Builder>serializableBuilderClass()ListEdgePackagingJobsSortBysortBy()Use to specify what column to sort by.StringsortByAsString()Use to specify what column to sort by.SortOrdersortOrder()What direction to sort by.StringsortOrderAsString()What direction to sort by.EdgePackagingJobStatusstatusEquals()The job status to filter for.StringstatusEqualsAsString()The job status to filter for.ListEdgePackagingJobsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
nextToken
public final String nextToken()
The response from the last list when returning a list large enough to need tokening.
- Returns:
- The response from the last list when returning a list large enough to need tokening.
-
maxResults
public final Integer maxResults()
Maximum number of results to select.
- Returns:
- Maximum number of results to select.
-
creationTimeAfter
public final Instant creationTimeAfter()
Select jobs where the job was created after specified time.
- Returns:
- Select jobs where the job was created after specified time.
-
creationTimeBefore
public final Instant creationTimeBefore()
Select jobs where the job was created before specified time.
- Returns:
- Select jobs where the job was created before specified time.
-
lastModifiedTimeAfter
public final Instant lastModifiedTimeAfter()
Select jobs where the job was updated after specified time.
- Returns:
- Select jobs where the job was updated after specified time.
-
lastModifiedTimeBefore
public final Instant lastModifiedTimeBefore()
Select jobs where the job was updated before specified time.
- Returns:
- Select jobs where the job was updated before specified time.
-
nameContains
public final String nameContains()
Filter for jobs containing this name in their packaging job name.
- Returns:
- Filter for jobs containing this name in their packaging job name.
-
modelNameContains
public final String modelNameContains()
Filter for jobs where the model name contains this string.
- Returns:
- Filter for jobs where the model name contains this string.
-
statusEquals
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,
statusEqualswill returnEdgePackagingJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusEqualsAsString().- Returns:
- The job status to filter for.
- See Also:
EdgePackagingJobStatus
-
statusEqualsAsString
public 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,
statusEqualswill returnEdgePackagingJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusEqualsAsString().- Returns:
- The job status to filter for.
- See Also:
EdgePackagingJobStatus
-
sortBy
public 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,
sortBywill returnListEdgePackagingJobsSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortByAsString().- Returns:
- Use to specify what column to sort by.
- See Also:
ListEdgePackagingJobsSortBy
-
sortByAsString
public 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,
sortBywill returnListEdgePackagingJobsSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortByAsString().- Returns:
- Use to specify what column to sort by.
- See Also:
ListEdgePackagingJobsSortBy
-
sortOrder
public final SortOrder sortOrder()
What direction to sort by.
If the service returns an enum value that is not available in the current SDK version,
sortOrderwill returnSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- What direction to sort by.
- See Also:
SortOrder
-
sortOrderAsString
public final String sortOrderAsString()
What direction to sort by.
If the service returns an enum value that is not available in the current SDK version,
sortOrderwill returnSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- What direction to sort by.
- See Also:
SortOrder
-
toBuilder
public ListEdgePackagingJobsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListEdgePackagingJobsRequest.Builder,ListEdgePackagingJobsRequest>- Specified by:
toBuilderin classSageMakerRequest
-
builder
public static ListEdgePackagingJobsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListEdgePackagingJobsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-