Class GetSubscriptionDefinitionVersionRequest

    • Method Detail

      • 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.
      • subscriptionDefinitionId

        public final String subscriptionDefinitionId()
        The ID of the subscription definition.
        Returns:
        The ID of the subscription definition.
      • subscriptionDefinitionVersionId

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