Class GetOpenIDConnectProviderResult

    • Constructor Detail

      • GetOpenIDConnectProviderResult

        public GetOpenIDConnectProviderResult()
    • Method Detail

      • setUrl

        public void setUrl​(String url)

        The URL that the IAM OIDC provider resource object is associated with. For more information, see CreateOpenIDConnectProvider.

        Parameters:
        url - The URL that the IAM OIDC provider resource object is associated with. For more information, see CreateOpenIDConnectProvider.
      • getClientIDList

        public List<String> getClientIDList()

        A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.

        Returns:
        A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.
      • setClientIDList

        public void setClientIDList​(Collection<String> clientIDList)

        A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.

        Parameters:
        clientIDList - A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.
      • withClientIDList

        public GetOpenIDConnectProviderResult withClientIDList​(Collection<String> clientIDList)

        A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.

        Parameters:
        clientIDList - A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getThumbprintList

        public List<String> getThumbprintList()

        A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.

        Returns:
        A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.
      • setThumbprintList

        public void setThumbprintList​(Collection<String> thumbprintList)

        A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.

        Parameters:
        thumbprintList - A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.
      • withThumbprintList

        public GetOpenIDConnectProviderResult withThumbprintList​(Collection<String> thumbprintList)

        A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.

        Parameters:
        thumbprintList - A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreateDate

        public void setCreateDate​(Date createDate)

        The date and time when the IAM OIDC provider resource object was created in the AWS account.

        Parameters:
        createDate - The date and time when the IAM OIDC provider resource object was created in the AWS account.
      • getCreateDate

        public Date getCreateDate()

        The date and time when the IAM OIDC provider resource object was created in the AWS account.

        Returns:
        The date and time when the IAM OIDC provider resource object was created in the AWS account.
      • withCreateDate

        public GetOpenIDConnectProviderResult withCreateDate​(Date createDate)

        The date and time when the IAM OIDC provider resource object was created in the AWS account.

        Parameters:
        createDate - The date and time when the IAM OIDC provider resource object was created in the AWS account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object