Class GetCostEstimateRequest

    • Method Detail

      • resourceName

        public final String resourceName()

        The resource name.

        Returns:
        The resource name.
      • startTime

        public final Instant startTime()

        The cost estimate start time.

        Constraints:

        • Specified in Coordinated Universal Time (UTC).

        • Specified in the Unix time format.

          For example, if you want to use a start time of October 1, 2018, at 8 PM UTC, specify 1538424000 as the start time.

        You can convert a human-friendly time to Unix time format using a converter like Epoch converter.

        Returns:
        The cost estimate start time.

        Constraints:

        • Specified in Coordinated Universal Time (UTC).

        • Specified in the Unix time format.

          For example, if you want to use a start time of October 1, 2018, at 8 PM UTC, specify 1538424000 as the start time.

        You can convert a human-friendly time to Unix time format using a converter like Epoch converter.

      • endTime

        public final Instant endTime()

        The cost estimate end time.

        Constraints:

        • Specified in Coordinated Universal Time (UTC).

        • Specified in the Unix time format.

          For example, if you want to use an end time of October 1, 2018, at 9 PM UTC, specify 1538427600 as the end time.

        You can convert a human-friendly time to Unix time format using a converter like Epoch converter.

        Returns:
        The cost estimate end time.

        Constraints:

        • Specified in Coordinated Universal Time (UTC).

        • Specified in the Unix time format.

          For example, if you want to use an end time of October 1, 2018, at 9 PM UTC, specify 1538427600 as the end time.

        You can convert a human-friendly time to Unix time format using a converter like Epoch converter.

      • 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