@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 String nextToken()
The response from the last list when returning a list large enough to need tokening.
public Integer maxResults()
The maximum number of results to select.
public Instant creationTimeAfter()
Filter fleets where packaging job was created after specified time.
public Instant creationTimeBefore()
Filter fleets where the edge packaging job was created before specified time.
public Instant lastModifiedTimeAfter()
Select fleets where the job was updated after X
public Instant lastModifiedTimeBefore()
Select fleets where the job was updated before X
public String nameContains()
Filter for fleets containing this name in their fleet device name.
public 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 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 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 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 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.