@Generated(value="software.amazon.awssdk:codegen") public final class GetPredictiveScalingForecastRequest extends AutoScalingRequest implements ToCopyableBuilder<GetPredictiveScalingForecastRequest.Builder,GetPredictiveScalingForecastRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetPredictiveScalingForecastRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
autoScalingGroupName()
The name of the Auto Scaling group.
|
static GetPredictiveScalingForecastRequest.Builder |
builder() |
Instant |
endTime()
The exclusive end time of the time range for the forecast data to get.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
policyName()
The name of the policy.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetPredictiveScalingForecastRequest.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The inclusive start time of the time range for the forecast data to get.
|
GetPredictiveScalingForecastRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String autoScalingGroupName()
The name of the Auto Scaling group.
public final String policyName()
The name of the policy.
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.
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.
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.
public GetPredictiveScalingForecastRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetPredictiveScalingForecastRequest.Builder,GetPredictiveScalingForecastRequest>toBuilder in class AutoScalingRequestpublic static GetPredictiveScalingForecastRequest.Builder builder()
public static Class<? extends GetPredictiveScalingForecastRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.