Class ListCustomDomainAssociationsRequest

    • Method Detail

      • customDomainCertificateArn

        public final String customDomainCertificateArn()

        The custom domain name’s certificate Amazon resource name (ARN).

        Returns:
        The custom domain name’s certificate Amazon resource name (ARN).
      • customDomainName

        public final String customDomainName()

        The custom domain name associated with the workgroup.

        Returns:
        The custom domain name associated with the workgroup.
      • maxResults

        public final Integer maxResults()

        An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.

        Returns:
        An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.
      • nextToken

        public final String nextToken()

        When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.

        Returns:
        When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
      • 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