Class GetPredictiveScalingForecastRequest

    • Method Detail

      • serviceNamespace

        public final ServiceNamespace serviceNamespace()

        The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use custom-resource instead.

        If the service returns an enum value that is not available in the current SDK version, serviceNamespace will return ServiceNamespace.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from serviceNamespaceAsString().

        Returns:
        The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use custom-resource instead.
        See Also:
        ServiceNamespace
      • serviceNamespaceAsString

        public final String serviceNamespaceAsString()

        The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use custom-resource instead.

        If the service returns an enum value that is not available in the current SDK version, serviceNamespace will return ServiceNamespace.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from serviceNamespaceAsString().

        Returns:
        The namespace of the Amazon Web Services service that provides the resource. For a resource provided by your own application or service, use custom-resource instead.
        See Also:
        ServiceNamespace
      • resourceId

        public final String resourceId()

        The identifier of the resource.

        Returns:
        The identifier of the resource.
      • 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.

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