Class ListDevicesRequest
- 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.ListDevicesRequest
-
- All Implemented Interfaces:
SdkPojo
,ToCopyableBuilder<ListDevicesRequest.Builder,ListDevicesRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListDevicesRequest extends SageMakerRequest implements ToCopyableBuilder<ListDevicesRequest.Builder,ListDevicesRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ListDevicesRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListDevicesRequest.Builder
builder()
String
deviceFleetName()
Filter for fleets containing this name in their device fleet name.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Instant
latestHeartbeatAfter()
Select fleets where the job was updated after XInteger
maxResults()
Maximum number of results to select.String
modelName()
A filter that searches devices that contains this name in any of their models.String
nextToken()
The response from the last list when returning a list large enough to need tokening.List<SdkField<?>>
sdkFields()
static Class<? extends ListDevicesRequest.Builder>
serializableBuilderClass()
ListDevicesRequest.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()
Maximum number of results to select.
- Returns:
- Maximum number of results to select.
-
latestHeartbeatAfter
public final Instant latestHeartbeatAfter()
Select fleets where the job was updated after X
- Returns:
- Select fleets where the job was updated after X
-
modelName
public final String modelName()
A filter that searches devices that contains this name in any of their models.
- Returns:
- A filter that searches devices that contains this name in any of their models.
-
deviceFleetName
public final String deviceFleetName()
Filter for fleets containing this name in their device fleet name.
- Returns:
- Filter for fleets containing this name in their device fleet name.
-
toBuilder
public ListDevicesRequest.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<ListDevicesRequest.Builder,ListDevicesRequest>
- Specified by:
toBuilder
in classSageMakerRequest
-
builder
public static ListDevicesRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListDevicesRequest.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
-
-