Class ListTypesByAssociationRequest

    • Method Detail

      • mergedApiIdentifier

        public final String mergedApiIdentifier()

        The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.

        Returns:
        The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.
      • associationId

        public final String associationId()

        The ID generated by the AppSync service for the source API association.

        Returns:
        The ID generated by the AppSync service for the source API association.
      • nextToken

        public final String nextToken()

        An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.

        Returns:
        An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
      • maxResults

        public final Integer maxResults()

        The maximum number of results that you want the request to return.

        Returns:
        The maximum number of results that you want the request to return.
      • 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