Class GetOpenIDConnectProviderResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the response to a successful GetOpenIDConnectProvider request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object.The date and time when the IAM OIDC provider resource object was created in the AWS account.A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object.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 AWS account.void
setThumbprintList
(Collection<String> thumbprintList) A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object.void
The URL that the IAM OIDC provider resource object is associated with.toString()
Returns a string representation of this object; useful for testing and debugging.withClientIDList
(String... clientIDList) A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object.withClientIDList
(Collection<String> clientIDList) A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object.withCreateDate
(Date createDate) The date and time when the IAM OIDC provider resource object was created in the AWS account.withThumbprintList
(String... thumbprintList) A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object.withThumbprintList
(Collection<String> thumbprintList) A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object.The URL that the IAM OIDC provider resource object is associated with.
-
Constructor Details
-
GetOpenIDConnectProviderResult
public GetOpenIDConnectProviderResult()
-
-
Method Details
-
setUrl
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.
-
getUrl
The URL that the IAM OIDC provider resource object is associated with. For more information, see CreateOpenIDConnectProvider.
- Returns:
- The URL that the IAM OIDC provider resource object is associated with. For more information, see CreateOpenIDConnectProvider.
-
withUrl
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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
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)
orwithClientIDList(java.util.Collection)
if you want to override the existing values.- 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.
-
withClientIDList
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
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
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
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)
orwithThumbprintList(java.util.Collection)
if you want to override the existing values.- 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.
-
withThumbprintList
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
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
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
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-