Class ScalingPolicy
- java.lang.Object
-
- software.amazon.awssdk.services.autoscalingplans.model.ScalingPolicy
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ScalingPolicy.Builder,ScalingPolicy>
@Generated("software.amazon.awssdk:codegen") public final class ScalingPolicy extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScalingPolicy.Builder,ScalingPolicy>
Represents a scaling policy.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceScalingPolicy.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ScalingPolicy.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringpolicyName()The name of the scaling policy.PolicyTypepolicyType()The type of scaling policy.StringpolicyTypeAsString()The type of scaling policy.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ScalingPolicy.Builder>serializableBuilderClass()TargetTrackingConfigurationtargetTrackingConfiguration()The target tracking scaling policy.ScalingPolicy.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
policyName
public final String policyName()
The name of the scaling policy.
- Returns:
- The name of the scaling policy.
-
policyType
public final PolicyType policyType()
The type of scaling policy.
If the service returns an enum value that is not available in the current SDK version,
policyTypewill returnPolicyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompolicyTypeAsString().- Returns:
- The type of scaling policy.
- See Also:
PolicyType
-
policyTypeAsString
public final String policyTypeAsString()
The type of scaling policy.
If the service returns an enum value that is not available in the current SDK version,
policyTypewill returnPolicyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompolicyTypeAsString().- Returns:
- The type of scaling policy.
- See Also:
PolicyType
-
targetTrackingConfiguration
public final TargetTrackingConfiguration targetTrackingConfiguration()
The target tracking scaling policy. Includes support for predefined or customized metrics.
- Returns:
- The target tracking scaling policy. Includes support for predefined or customized metrics.
-
toBuilder
public ScalingPolicy.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ScalingPolicy.Builder,ScalingPolicy>
-
builder
public static ScalingPolicy.Builder builder()
-
serializableBuilderClass
public static Class<? extends ScalingPolicy.Builder> serializableBuilderClass()
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-