Class GetConnectorDefinitionVersionRequest

    • Method Detail

      • connectorDefinitionId

        public final String connectorDefinitionId()
        The ID of the connector definition.
        Returns:
        The ID of the connector definition.
      • connectorDefinitionVersionId

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