@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetOpenIDConnectProviderResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the response to a successful GetOpenIDConnectProvider request.
| Constructor and Description | 
|---|
| GetOpenIDConnectProviderResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetOpenIDConnectProviderResult | clone() | 
| boolean | equals(Object obj) | 
| List<String> | getClientIDList()
 A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource
 object. | 
| Date | getCreateDate()
 The date and time when the IAM OIDC provider resource object was created in the Amazon Web Services account. | 
| List<Tag> | getTags()
 A list of tags that are attached to the specified IAM OIDC provider. | 
| List<String> | getThumbprintList()
 A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. | 
| String | getUrl()
 The URL that the IAM OIDC provider resource object is associated with. | 
| int | hashCode() | 
| 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. | 
| void | setCreateDate(Date createDate)
 The date and time when the IAM OIDC provider resource object was created in the Amazon Web Services account. | 
| void | setTags(Collection<Tag> tags)
 A list of tags that are attached to the specified IAM OIDC provider. | 
| void | setThumbprintList(Collection<String> thumbprintList)
 A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. | 
| void | setUrl(String url)
 The URL that the IAM OIDC provider resource object is associated with. | 
| String | toString()Returns a string representation of this object. | 
| 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. | 
| GetOpenIDConnectProviderResult | withClientIDList(String... clientIDList)
 A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource
 object. | 
| GetOpenIDConnectProviderResult | withCreateDate(Date createDate)
 The date and time when the IAM OIDC provider resource object was created in the Amazon Web Services account. | 
| GetOpenIDConnectProviderResult | withTags(Collection<Tag> tags)
 A list of tags that are attached to the specified IAM OIDC provider. | 
| GetOpenIDConnectProviderResult | withTags(Tag... tags)
 A list of tags that are attached to the specified IAM OIDC provider. | 
| GetOpenIDConnectProviderResult | withThumbprintList(Collection<String> thumbprintList)
 A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. | 
| GetOpenIDConnectProviderResult | withThumbprintList(String... thumbprintList)
 A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. | 
| GetOpenIDConnectProviderResult | withUrl(String url)
 The URL that the IAM OIDC provider resource object is associated with. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setUrl(String url)
The URL that the IAM OIDC provider resource object is associated with. For more information, see CreateOpenIDConnectProvider.
url - The URL that the IAM OIDC provider resource object is associated with. For more information, see
        CreateOpenIDConnectProvider.public String getUrl()
The URL that the IAM OIDC provider resource object is associated with. For more information, see CreateOpenIDConnectProvider.
public GetOpenIDConnectProviderResult withUrl(String url)
The URL that the IAM OIDC provider resource object is associated with. For more information, see CreateOpenIDConnectProvider.
url - The URL that the IAM OIDC provider resource object is associated with. For more information, see
        CreateOpenIDConnectProvider.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.
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.
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.public GetOpenIDConnectProviderResult withClientIDList(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.
 NOTE: This method appends the values to the existing list (if any). Use
 setClientIDList(java.util.Collection) or withClientIDList(java.util.Collection) if you want to
 override the existing values.
 
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.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.
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.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.
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.
thumbprintList - A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource
        object. For more information, see CreateOpenIDConnectProvider.public GetOpenIDConnectProviderResult withThumbprintList(String... thumbprintList)
A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.
 NOTE: This method appends the values to the existing list (if any). Use
 setThumbprintList(java.util.Collection) or withThumbprintList(java.util.Collection) if you want
 to override the existing values.
 
thumbprintList - A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource
        object. For more information, see CreateOpenIDConnectProvider.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.
thumbprintList - A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource
        object. For more information, see CreateOpenIDConnectProvider.public void setCreateDate(Date createDate)
The date and time when the IAM OIDC provider resource object was created in the Amazon Web Services account.
createDate - The date and time when the IAM OIDC provider resource object was created in the Amazon Web Services
        account.public Date getCreateDate()
The date and time when the IAM OIDC provider resource object was created in the Amazon Web Services account.
public GetOpenIDConnectProviderResult withCreateDate(Date createDate)
The date and time when the IAM OIDC provider resource object was created in the Amazon Web Services account.
createDate - The date and time when the IAM OIDC provider resource object was created in the Amazon Web Services
        account.public List<Tag> getTags()
A list of tags that are attached to the specified IAM OIDC provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
public void setTags(Collection<Tag> tags)
A list of tags that are attached to the specified IAM OIDC provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
tags - A list of tags that are attached to the specified IAM OIDC provider. The returned list of tags is sorted
        by tag key. For more information about tagging, see Tagging IAM resources in the
        IAM User Guide.public GetOpenIDConnectProviderResult withTags(Tag... tags)
A list of tags that are attached to the specified IAM OIDC provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
 NOTE: This method appends the values to the existing list (if any). Use
 setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the
 existing values.
 
tags - A list of tags that are attached to the specified IAM OIDC provider. The returned list of tags is sorted
        by tag key. For more information about tagging, see Tagging IAM resources in the
        IAM User Guide.public GetOpenIDConnectProviderResult withTags(Collection<Tag> tags)
A list of tags that are attached to the specified IAM OIDC provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
tags - A list of tags that are attached to the specified IAM OIDC provider. The returned list of tags is sorted
        by tag key. For more information about tagging, see Tagging IAM resources in the
        IAM User Guide.public String toString()
toString in class ObjectObject.toString()public GetOpenIDConnectProviderResult clone()