@Generated(value="software.amazon.awssdk:codegen") public final class ScalingPolicyObjective extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScalingPolicyObjective.Builder,ScalingPolicyObjective>
An object where you specify the anticipated traffic pattern for an endpoint.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ScalingPolicyObjective.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ScalingPolicyObjective.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxInvocationsPerMinute()
The maximum number of expected requests to your endpoint per minute.
|
Integer |
minInvocationsPerMinute()
The minimum number of expected requests to your endpoint per minute.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ScalingPolicyObjective.Builder> |
serializableBuilderClass() |
ScalingPolicyObjective.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer minInvocationsPerMinute()
The minimum number of expected requests to your endpoint per minute.
public final Integer maxInvocationsPerMinute()
The maximum number of expected requests to your endpoint per minute.
public ScalingPolicyObjective.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ScalingPolicyObjective.Builder,ScalingPolicyObjective>public static ScalingPolicyObjective.Builder builder()
public static Class<? extends ScalingPolicyObjective.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.