Class ListConfigurationHistoryRequest

    • Method Detail

      • resourceGroupName

        public final String resourceGroupName()

        Resource group to which the application belongs.

        Returns:
        Resource group to which the application belongs.
      • startTime

        public final Instant startTime()

        The start time of the event.

        Returns:
        The start time of the event.
      • endTime

        public final Instant endTime()

        The end time of the event.

        Returns:
        The end time of the event.
      • maxResults

        public final Integer maxResults()

        The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

        Returns:
        The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.
      • nextToken

        public final String nextToken()

        The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

        Returns:
        The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.
      • accountId

        public final String accountId()

        The AWS account ID for the resource group owner.

        Returns:
        The AWS account ID for the resource group owner.
      • 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