Class ListDeviceFleetsRequest
- 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.ListDeviceFleetsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListDeviceFleetsRequest.Builder,ListDeviceFleetsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListDeviceFleetsRequest extends SageMakerRequest implements ToCopyableBuilder<ListDeviceFleetsRequest.Builder,ListDeviceFleetsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListDeviceFleetsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListDeviceFleetsRequest.Builderbuilder()InstantcreationTimeAfter()Filter fleets where packaging job was created after specified time.InstantcreationTimeBefore()Filter fleets where the edge packaging job was created before specified time.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModifiedTimeAfter()Select fleets where the job was updated after XInstantlastModifiedTimeBefore()Select fleets where the job was updated before XIntegermaxResults()The maximum number of results to select.StringnameContains()Filter for fleets containing this name in their fleet device name.StringnextToken()The response from the last list when returning a list large enough to need tokening.List<SdkField<?>>sdkFields()static Class<? extends ListDeviceFleetsRequest.Builder>serializableBuilderClass()ListDeviceFleetsSortBysortBy()The column to sort by.StringsortByAsString()The column to sort by.SortOrdersortOrder()What direction to sort in.StringsortOrderAsString()What direction to sort in.ListDeviceFleetsRequest.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()
The maximum number of results to select.
- Returns:
- The maximum number of results to select.
-
creationTimeAfter
public final Instant creationTimeAfter()
Filter fleets where packaging job was created after specified time.
- Returns:
- Filter fleets where packaging job was created after specified time.
-
creationTimeBefore
public final Instant creationTimeBefore()
Filter fleets where the edge packaging job was created before specified time.
- Returns:
- Filter fleets where the edge packaging job was created before specified time.
-
lastModifiedTimeAfter
public final Instant lastModifiedTimeAfter()
Select fleets where the job was updated after X
- Returns:
- Select fleets where the job was updated after X
-
lastModifiedTimeBefore
public final Instant lastModifiedTimeBefore()
Select fleets where the job was updated before X
- Returns:
- Select fleets where the job was updated before X
-
nameContains
public final String nameContains()
Filter for fleets containing this name in their fleet device name.
- Returns:
- Filter for fleets containing this name in their fleet device name.
-
sortBy
public final ListDeviceFleetsSortBy sortBy()
The column to sort by.
If the service returns an enum value that is not available in the current SDK version,
sortBywill returnListDeviceFleetsSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortByAsString().- Returns:
- The column to sort by.
- See Also:
ListDeviceFleetsSortBy
-
sortByAsString
public final String sortByAsString()
The column to sort by.
If the service returns an enum value that is not available in the current SDK version,
sortBywill returnListDeviceFleetsSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortByAsString().- Returns:
- The column to sort by.
- See Also:
ListDeviceFleetsSortBy
-
sortOrder
public final SortOrder sortOrder()
What direction to sort in.
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 in.
- See Also:
SortOrder
-
sortOrderAsString
public final String sortOrderAsString()
What direction to sort in.
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 in.
- See Also:
SortOrder
-
toBuilder
public ListDeviceFleetsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListDeviceFleetsRequest.Builder,ListDeviceFleetsRequest>- Specified by:
toBuilderin classSageMakerRequest
-
builder
public static ListDeviceFleetsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListDeviceFleetsRequest.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
-
-