Class GetPredictiveScalingForecastRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.autoscaling.model.AutoScalingRequest
-
- software.amazon.awssdk.services.autoscaling.model.GetPredictiveScalingForecastRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetPredictiveScalingForecastRequest.Builder,GetPredictiveScalingForecastRequest>
@Generated("software.amazon.awssdk:codegen") public final class GetPredictiveScalingForecastRequest extends AutoScalingRequest implements ToCopyableBuilder<GetPredictiveScalingForecastRequest.Builder,GetPredictiveScalingForecastRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetPredictiveScalingForecastRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringautoScalingGroupName()The name of the Auto Scaling group.static GetPredictiveScalingForecastRequest.Builderbuilder()InstantendTime()The exclusive end time of the time range for the forecast data to get.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringpolicyName()The name of the policy.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GetPredictiveScalingForecastRequest.Builder>serializableBuilderClass()InstantstartTime()The inclusive start time of the time range for the forecast data to get.GetPredictiveScalingForecastRequest.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
-
autoScalingGroupName
public final String autoScalingGroupName()
The name of the Auto Scaling group.
- Returns:
- The name of the Auto Scaling group.
-
policyName
public final String policyName()
The name of the policy.
- Returns:
- The name of the policy.
-
startTime
public final Instant startTime()
The inclusive start time of the time range for the forecast data to get. At most, the date and time can be one year before the current date and time.
- Returns:
- The inclusive start time of the time range for the forecast data to get. At most, the date and time can be one year before the current date and time.
-
endTime
public final Instant endTime()
The exclusive end time of the time range for the forecast data to get. The maximum time duration between the start and end time is 30 days.
Although this parameter can accept a date and time that is more than two days in the future, the availability of forecast data has limits. Amazon EC2 Auto Scaling only issues forecasts for periods of two days in advance.
- Returns:
- The exclusive end time of the time range for the forecast data to get. The maximum time duration between
the start and end time is 30 days.
Although this parameter can accept a date and time that is more than two days in the future, the availability of forecast data has limits. Amazon EC2 Auto Scaling only issues forecasts for periods of two days in advance.
-
toBuilder
public GetPredictiveScalingForecastRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetPredictiveScalingForecastRequest.Builder,GetPredictiveScalingForecastRequest>- Specified by:
toBuilderin classAutoScalingRequest
-
builder
public static GetPredictiveScalingForecastRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetPredictiveScalingForecastRequest.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
-
-