Class ListMetricsResponse

    • Constructor Detail

      • ListMetricsResponse

        public ListMetricsResponse​(@Nullable
                                   Set<Metric> metrics,
                                   @Nullable
                                   String nextToken)
    • Method Detail

      • getNextToken

        @Nullable
        public String getNextToken()
        return the next token or null if there is none.
      • toString

        public String toString()
        Overrides:
        toString in class com.google.common.collect.ForwardingObject
      • delegate

        protected Set<Metric> delegate()
        Specified by:
        delegate in class com.google.common.collect.ForwardingSet<Metric>