Class ListInferenceSchedulersRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.lookoutequipment.model.LookoutEquipmentRequest
-
- software.amazon.awssdk.services.lookoutequipment.model.ListInferenceSchedulersRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListInferenceSchedulersRequest.Builder,ListInferenceSchedulersRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListInferenceSchedulersRequest extends LookoutEquipmentRequest implements ToCopyableBuilder<ListInferenceSchedulersRequest.Builder,ListInferenceSchedulersRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListInferenceSchedulersRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListInferenceSchedulersRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinferenceSchedulerNameBeginsWith()The beginning of the name of the inference schedulers to be listed.IntegermaxResults()Specifies the maximum number of inference schedulers to list.StringmodelName()The name of the machine learning model used by the inference scheduler to be listed.StringnextToken()An opaque pagination token indicating where to continue the listing of inference schedulers.List<SdkField<?>>sdkFields()static Class<? extends ListInferenceSchedulersRequest.Builder>serializableBuilderClass()InferenceSchedulerStatusstatus()Specifies the current status of the inference schedulers.StringstatusAsString()Specifies the current status of the inference schedulers.ListInferenceSchedulersRequest.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()
An opaque pagination token indicating where to continue the listing of inference schedulers.
- Returns:
- An opaque pagination token indicating where to continue the listing of inference schedulers.
-
maxResults
public final Integer maxResults()
Specifies the maximum number of inference schedulers to list.
- Returns:
- Specifies the maximum number of inference schedulers to list.
-
inferenceSchedulerNameBeginsWith
public final String inferenceSchedulerNameBeginsWith()
The beginning of the name of the inference schedulers to be listed.
- Returns:
- The beginning of the name of the inference schedulers to be listed.
-
modelName
public final String modelName()
The name of the machine learning model used by the inference scheduler to be listed.
- Returns:
- The name of the machine learning model used by the inference scheduler to be listed.
-
status
public final InferenceSchedulerStatus status()
Specifies the current status of the inference schedulers.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnInferenceSchedulerStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Specifies the current status of the inference schedulers.
- See Also:
InferenceSchedulerStatus
-
statusAsString
public final String statusAsString()
Specifies the current status of the inference schedulers.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnInferenceSchedulerStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Specifies the current status of the inference schedulers.
- See Also:
InferenceSchedulerStatus
-
toBuilder
public ListInferenceSchedulersRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListInferenceSchedulersRequest.Builder,ListInferenceSchedulersRequest>- Specified by:
toBuilderin classLookoutEquipmentRequest
-
builder
public static ListInferenceSchedulersRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListInferenceSchedulersRequest.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
-
-