@Generated(value="software.amazon.awssdk:codegen") public final class UpdateSchedulingPolicyRequest extends BatchRequest implements ToCopyableBuilder<UpdateSchedulingPolicyRequest.Builder,UpdateSchedulingPolicyRequest>
Contains the parameters for UpdateSchedulingPolicy
.
Modifier and Type | Class and Description |
---|---|
static interface |
UpdateSchedulingPolicyRequest.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The Amazon Resource Name (ARN) of the scheduling policy to update.
|
static UpdateSchedulingPolicyRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FairsharePolicy |
fairsharePolicy()
The fair share policy.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateSchedulingPolicyRequest.Builder> |
serializableBuilderClass() |
UpdateSchedulingPolicyRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String arn()
The Amazon Resource Name (ARN) of the scheduling policy to update.
public final FairsharePolicy fairsharePolicy()
The fair share policy.
public UpdateSchedulingPolicyRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<UpdateSchedulingPolicyRequest.Builder,UpdateSchedulingPolicyRequest>
toBuilder
in class BatchRequest
public static UpdateSchedulingPolicyRequest.Builder builder()
public static Class<? extends UpdateSchedulingPolicyRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2022. All rights reserved.