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 interfaceListDevicesRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListDevicesRequest.Builderbuilder()StringdeviceFleetName()Filter for fleets containing this name in their device fleet name.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlatestHeartbeatAfter()Select fleets where the job was updated after XIntegermaxResults()Maximum number of results to select.StringmodelName()A filter that searches devices that contains this name in any of their models.StringnextToken()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.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()
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:
toBuilderin interfaceToCopyableBuilder<ListDevicesRequest.Builder,ListDevicesRequest>- Specified by:
toBuilderin classSageMakerRequest
-
builder
public static ListDevicesRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListDevicesRequest.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
-
-