Class GetPredictiveScalingForecastRequest

    • 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.

      • 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.
        Overrides:
        toString in class Object