Class ListRetrainingSchedulersRequest
- 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.ListRetrainingSchedulersRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListRetrainingSchedulersRequest.Builder,ListRetrainingSchedulersRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListRetrainingSchedulersRequest extends LookoutEquipmentRequest implements ToCopyableBuilder<ListRetrainingSchedulersRequest.Builder,ListRetrainingSchedulersRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListRetrainingSchedulersRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListRetrainingSchedulersRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()Specifies the maximum number of retraining schedulers to list.StringmodelNameBeginsWith()Specify this field to only list retraining schedulers whose machine learning models begin with the value you specify.StringnextToken()If the number of results exceeds the maximum, a pagination token is returned.List<SdkField<?>>sdkFields()static Class<? extends ListRetrainingSchedulersRequest.Builder>serializableBuilderClass()RetrainingSchedulerStatusstatus()Specify this field to only list retraining schedulers whose status matches the value you specify.StringstatusAsString()Specify this field to only list retraining schedulers whose status matches the value you specify.ListRetrainingSchedulersRequest.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
-
modelNameBeginsWith
public final String modelNameBeginsWith()
Specify this field to only list retraining schedulers whose machine learning models begin with the value you specify.
- Returns:
- Specify this field to only list retraining schedulers whose machine learning models begin with the value you specify.
-
status
public final RetrainingSchedulerStatus status()
Specify this field to only list retraining schedulers whose status matches the value you specify.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnRetrainingSchedulerStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Specify this field to only list retraining schedulers whose status matches the value you specify.
- See Also:
RetrainingSchedulerStatus
-
statusAsString
public final String statusAsString()
Specify this field to only list retraining schedulers whose status matches the value you specify.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnRetrainingSchedulerStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Specify this field to only list retraining schedulers whose status matches the value you specify.
- See Also:
RetrainingSchedulerStatus
-
nextToken
public final String nextToken()
If the number of results exceeds the maximum, a pagination token is returned. Use the token in the request to show the next page of retraining schedulers.
- Returns:
- If the number of results exceeds the maximum, a pagination token is returned. Use the token in the request to show the next page of retraining schedulers.
-
maxResults
public final Integer maxResults()
Specifies the maximum number of retraining schedulers to list.
- Returns:
- Specifies the maximum number of retraining schedulers to list.
-
toBuilder
public ListRetrainingSchedulersRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListRetrainingSchedulersRequest.Builder,ListRetrainingSchedulersRequest>- Specified by:
toBuilderin classLookoutEquipmentRequest
-
builder
public static ListRetrainingSchedulersRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListRetrainingSchedulersRequest.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
-
-