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 interface
ListDeviceFleetsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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 XInstant
lastModifiedTimeBefore()
Select fleets where the job was updated before XInteger
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.Map<String,SdkField<?>>
sdkFieldNameToField()
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.-
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,
sortBy
will 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,
sortBy
will 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,
sortOrder
will 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,
sortOrder
will 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:
toBuilder
in interfaceToCopyableBuilder<ListDeviceFleetsRequest.Builder,ListDeviceFleetsRequest>
- Specified by:
toBuilder
in classSageMakerRequest
-
builder
public static ListDeviceFleetsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListDeviceFleetsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equals
in classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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:
getValueForField
in classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-