Class GetDeviceDefinitionVersionRequest

    • Method Detail

      • deviceDefinitionId

        public final String deviceDefinitionId()
        The ID of the device definition.
        Returns:
        The ID of the device definition.
      • deviceDefinitionVersionId

        public final String deviceDefinitionVersionId()
        The ID of the device definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListDeviceDefinitionVersions'' requests. If the version is the last one that was associated with a device definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.
        Returns:
        The ID of the device definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListDeviceDefinitionVersions'' requests. If the version is the last one that was associated with a device 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