Class ListPartnershipsRequest

    • Method Detail

      • profileId

        public final String profileId()

        Specifies the unique, system-generated identifier for the profile connected to this partnership.

        Returns:
        Specifies the unique, system-generated identifier for the profile connected to this partnership.
      • nextToken

        public final String nextToken()

        When additional results are obtained from the command, a NextToken parameter is returned in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional resources.

        Returns:
        When additional results are obtained from the command, a NextToken parameter is returned in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional resources.
      • maxResults

        public final Integer maxResults()

        Specifies the maximum number of capabilities to return.

        Returns:
        Specifies the maximum number of capabilities 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