Class GetServiceGraphRequest

    • Method Detail

      • startTime

        public final Instant startTime()

        The start of the time frame for which to generate a graph.

        Returns:
        The start of the time frame for which to generate a graph.
      • endTime

        public final Instant endTime()

        The end of the timeframe for which to generate a graph.

        Returns:
        The end of the timeframe for which to generate a graph.
      • groupName

        public final String groupName()

        The name of a group based on which you want to generate a graph.

        Returns:
        The name of a group based on which you want to generate a graph.
      • groupARN

        public final String groupARN()

        The Amazon Resource Name (ARN) of a group based on which you want to generate a graph.

        Returns:
        The Amazon Resource Name (ARN) of a group based on which you want to generate a graph.
      • nextToken

        public final String nextToken()

        Pagination token.

        Returns:
        Pagination token.
      • 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