public class GetOpenIDConnectProviderResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the response to a successful GetOpenIDConnectProvider request.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<java.lang.String> |
clientIDList
A list of client IDs (also known as audiences) that are associated with
the specified IAM OIDC provider resource object.
|
private java.util.Date |
createDate
The date and time when the IAM OIDC provider resource object was created
in the AWS account.
|
private SdkInternalList<java.lang.String> |
thumbprintList
A list of certificate thumbprints that are associated with the specified
IAM OIDC provider resource object.
|
private java.lang.String |
url
The URL that the IAM OIDC provider resource object is associated with.
|
Constructor and Description |
---|
GetOpenIDConnectProviderResult() |
Modifier and Type | Method and Description |
---|---|
GetOpenIDConnectProviderResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getClientIDList()
A list of client IDs (also known as audiences) that are associated with
the specified IAM OIDC provider resource object.
|
java.util.Date |
getCreateDate()
The date and time when the IAM OIDC provider resource object was created
in the AWS account.
|
java.util.List<java.lang.String> |
getThumbprintList()
A list of certificate thumbprints that are associated with the specified
IAM OIDC provider resource object.
|
java.lang.String |
getUrl()
The URL that the IAM OIDC provider resource object is associated with.
|
int |
hashCode() |
void |
setClientIDList(java.util.Collection<java.lang.String> clientIDList)
A list of client IDs (also known as audiences) that are associated with
the specified IAM OIDC provider resource object.
|
void |
setCreateDate(java.util.Date createDate)
The date and time when the IAM OIDC provider resource object was created
in the AWS account.
|
void |
setThumbprintList(java.util.Collection<java.lang.String> thumbprintList)
A list of certificate thumbprints that are associated with the specified
IAM OIDC provider resource object.
|
void |
setUrl(java.lang.String url)
The URL that the IAM OIDC provider resource object is associated with.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetOpenIDConnectProviderResult |
withClientIDList(java.util.Collection<java.lang.String> clientIDList)
A list of client IDs (also known as audiences) that are associated with
the specified IAM OIDC provider resource object.
|
GetOpenIDConnectProviderResult |
withClientIDList(java.lang.String... clientIDList)
A list of client IDs (also known as audiences) that are associated with
the specified IAM OIDC provider resource object.
|
GetOpenIDConnectProviderResult |
withCreateDate(java.util.Date createDate)
The date and time when the IAM OIDC provider resource object was created
in the AWS account.
|
GetOpenIDConnectProviderResult |
withThumbprintList(java.util.Collection<java.lang.String> thumbprintList)
A list of certificate thumbprints that are associated with the specified
IAM OIDC provider resource object.
|
GetOpenIDConnectProviderResult |
withThumbprintList(java.lang.String... thumbprintList)
A list of certificate thumbprints that are associated with the specified
IAM OIDC provider resource object.
|
GetOpenIDConnectProviderResult |
withUrl(java.lang.String url)
The URL that the IAM OIDC provider resource object is associated with.
|
private java.lang.String url
The URL that the IAM OIDC provider resource object is associated with. For more information, see CreateOpenIDConnectProvider.
private SdkInternalList<java.lang.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.
private SdkInternalList<java.lang.String> thumbprintList
A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.
private java.util.Date createDate
The date and time when the IAM OIDC provider resource object was created in the AWS account.
public void setUrl(java.lang.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 java.lang.String getUrl()
The URL that the IAM OIDC provider resource object is associated with. For more information, see CreateOpenIDConnectProvider.
public GetOpenIDConnectProviderResult withUrl(java.lang.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 java.util.List<java.lang.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(java.util.Collection<java.lang.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(java.lang.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(java.util.Collection<java.lang.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 java.util.List<java.lang.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(java.util.Collection<java.lang.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(java.lang.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(java.util.Collection<java.lang.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(java.util.Date createDate)
The date and time when the IAM OIDC provider resource object was created in the AWS account.
createDate
- The date and time when the IAM OIDC provider resource object was
created in the AWS account.public java.util.Date getCreateDate()
The date and time when the IAM OIDC provider resource object was created in the AWS account.
public GetOpenIDConnectProviderResult withCreateDate(java.util.Date createDate)
The date and time when the IAM OIDC provider resource object was created in the AWS account.
createDate
- The date and time when the IAM OIDC provider resource object was
created in the AWS account.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetOpenIDConnectProviderResult clone()
clone
in class java.lang.Object