Class ListLabelsRequest

    • Method Detail

      • labelGroupName

        public final String labelGroupName()

        Returns the name of the label group.

        Returns:
        Returns the name of the label group.
      • intervalStartTime

        public final Instant intervalStartTime()

        Returns all the labels with a end time equal to or later than the start time given.

        Returns:
        Returns all the labels with a end time equal to or later than the start time given.
      • intervalEndTime

        public final Instant intervalEndTime()

        Returns all labels with a start time earlier than the end time given.

        Returns:
        Returns all labels with a start time earlier than the end time given.
      • faultCode

        public final String faultCode()

        Returns labels with a particular fault code.

        Returns:
        Returns labels with a particular fault code.
      • equipment

        public final String equipment()

        Lists the labels that pertain to a particular piece of equipment.

        Returns:
        Lists the labels that pertain to a particular piece of equipment.
      • nextToken

        public final String nextToken()

        An opaque pagination token indicating where to continue the listing of label groups.

        Returns:
        An opaque pagination token indicating where to continue the listing of label groups.
      • maxResults

        public final Integer maxResults()

        Specifies the maximum number of labels to list.

        Returns:
        Specifies the maximum number of labels to list.
      • 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