@Generated(value="software.amazon.awssdk:codegen") public final class ListDeviceFleetsRequest extends SageMakerRequest implements ToCopyableBuilder<ListDeviceFleetsRequest.Builder,ListDeviceFleetsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDeviceFleetsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListDeviceFleetsRequest.Builder |
builder() |
Instant |
creationTimeAfter()
Filter fleets where packaging job was created after specified time.
|
Instant |
creationTimeBefore()
Filter fleets where the edge packaging 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 fleets where the job was updated after X
|
Instant |
lastModifiedTimeBefore()
Select fleets where the job was updated before X
|
Integer |
maxResults()
The maximum number of results to select.
|
String |
nameContains()
Filter for fleets containing this name in their fleet device name.
|
String |
nextToken()
The response from the last list when returning a list large enough to need tokening.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListDeviceFleetsRequest.Builder> |
serializableBuilderClass() |
ListDeviceFleetsSortBy |
sortBy()
The column to sort by.
|
String |
sortByAsString()
The column to sort by.
|
SortOrder |
sortOrder()
What direction to sort in.
|
String |
sortOrderAsString()
What direction to sort in.
|
ListDeviceFleetsRequest.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()
The maximum number of results to select.
public final Instant creationTimeAfter()
Filter fleets where packaging job was created after specified time.
public final Instant creationTimeBefore()
Filter fleets where the edge packaging job was created before specified time.
public final Instant lastModifiedTimeAfter()
Select fleets where the job was updated after X
public final Instant lastModifiedTimeBefore()
Select fleets where the job was updated before X
public final String nameContains()
Filter for fleets containing this name in their fleet device name.
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, sortBy will
return ListDeviceFleetsSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from sortByAsString().
ListDeviceFleetsSortBypublic final String sortByAsString()
The column to sort by.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return ListDeviceFleetsSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from sortByAsString().
ListDeviceFleetsSortBypublic final SortOrder sortOrder()
What direction to sort in.
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 in.
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 ListDeviceFleetsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListDeviceFleetsRequest.Builder,ListDeviceFleetsRequest>toBuilder in class SageMakerRequestpublic static ListDeviceFleetsRequest.Builder builder()
public static Class<? extends ListDeviceFleetsRequest.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 © 2021. All rights reserved.