Class UpdateServiceJobRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.batch.model.BatchRequest
-
- software.amazon.awssdk.services.batch.model.UpdateServiceJobRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateServiceJobRequest.Builder,UpdateServiceJobRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateServiceJobRequest extends BatchRequest implements ToCopyableBuilder<UpdateServiceJobRequest.Builder,UpdateServiceJobRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateServiceJobRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateServiceJobRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringjobId()The Batch job ID of the job to update.IntegerschedulingPriority()The scheduling priority for the job.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UpdateServiceJobRequest.Builder>serializableBuilderClass()UpdateServiceJobRequest.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
-
jobId
public final String jobId()
The Batch job ID of the job to update.
- Returns:
- The Batch job ID of the job to update.
-
schedulingPriority
public final Integer schedulingPriority()
The scheduling priority for the job. This only affects jobs in job queues with a quota-share or fair-share scheduling policy. Jobs with a higher scheduling priority are scheduled before jobs with a lower scheduling priority within a share.
The minimum supported value is 0 and the maximum supported value is 9999.
- Returns:
- The scheduling priority for the job. This only affects jobs in job queues with a quota-share or
fair-share scheduling policy. Jobs with a higher scheduling priority are scheduled before jobs with a
lower scheduling priority within a share.
The minimum supported value is 0 and the maximum supported value is 9999.
-
toBuilder
public UpdateServiceJobRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateServiceJobRequest.Builder,UpdateServiceJobRequest>- Specified by:
toBuilderin classBatchRequest
-
builder
public static UpdateServiceJobRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateServiceJobRequest.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
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-