Class GetLoggerDefinitionVersionRequest

    • Method Detail

      • loggerDefinitionId

        public final String loggerDefinitionId()
        The ID of the logger definition.
        Returns:
        The ID of the logger definition.
      • loggerDefinitionVersionId

        public final String loggerDefinitionVersionId()
        The ID of the logger definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListLoggerDefinitionVersions'' requests. If the version is the last one that was associated with a logger definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.
        Returns:
        The ID of the logger definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListLoggerDefinitionVersions'' requests. If the version is the last one that was associated with a logger definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.
      • nextToken

        public final String nextToken()
        The token for the next set of results, or ''null'' if there are no additional results.
        Returns:
        The token for the next set of results, or ''null'' if there are no additional results.
      • 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