public class GetOpenIDConnectProviderResult extends Object 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 OpenID Connect provider.
|
Date |
getCreateDate()
The date and time when the IAM OpenID Connect provider entity was
created in the AWS account.
|
List<String> |
getThumbprintList()
A list of certificate thumbprints that are associated with the
specified IAM OpenID Connect provider.
|
String |
getUrl()
The URL that the IAM OpenID Connect provider 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 OpenID Connect provider.
|
void |
setCreateDate(Date createDate)
The date and time when the IAM OpenID Connect provider entity was
created in the AWS account.
|
void |
setThumbprintList(Collection<String> thumbprintList)
A list of certificate thumbprints that are associated with the
specified IAM OpenID Connect provider.
|
void |
setUrl(String url)
The URL that the IAM OpenID Connect provider is associated with.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetOpenIDConnectProviderResult |
withClientIDList(Collection<String> clientIDList)
A list of client IDs (also known as audiences) that are associated
with the specified IAM OpenID Connect provider.
|
GetOpenIDConnectProviderResult |
withClientIDList(String... clientIDList)
A list of client IDs (also known as audiences) that are associated
with the specified IAM OpenID Connect provider.
|
GetOpenIDConnectProviderResult |
withCreateDate(Date createDate)
The date and time when the IAM OpenID Connect provider entity was
created in the AWS account.
|
GetOpenIDConnectProviderResult |
withThumbprintList(Collection<String> thumbprintList)
A list of certificate thumbprints that are associated with the
specified IAM OpenID Connect provider.
|
GetOpenIDConnectProviderResult |
withThumbprintList(String... thumbprintList)
A list of certificate thumbprints that are associated with the
specified IAM OpenID Connect provider.
|
GetOpenIDConnectProviderResult |
withUrl(String url)
The URL that the IAM OpenID Connect provider is associated with.
|
public String getUrl()
Constraints:
Length: 1 - 255
public void setUrl(String url)
Constraints:
Length: 1 - 255
url
- The URL that the IAM OpenID Connect provider is associated with. For
more information, see CreateOpenIDConnectProvider.public GetOpenIDConnectProviderResult withUrl(String url)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
url
- The URL that the IAM OpenID Connect provider is associated with. For
more information, see CreateOpenIDConnectProvider.public List<String> getClientIDList()
public void setClientIDList(Collection<String> clientIDList)
clientIDList
- A list of client IDs (also known as audiences) that are associated
with the specified IAM OpenID Connect provider. For more information,
see CreateOpenIDConnectProvider.public GetOpenIDConnectProviderResult withClientIDList(String... clientIDList)
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.
Returns a reference to this object so that method calls can be chained together.
clientIDList
- A list of client IDs (also known as audiences) that are associated
with the specified IAM OpenID Connect provider. For more information,
see CreateOpenIDConnectProvider.public GetOpenIDConnectProviderResult withClientIDList(Collection<String> clientIDList)
Returns a reference to this object so that method calls can be chained together.
clientIDList
- A list of client IDs (also known as audiences) that are associated
with the specified IAM OpenID Connect provider. For more information,
see CreateOpenIDConnectProvider.public List<String> getThumbprintList()
public void setThumbprintList(Collection<String> thumbprintList)
thumbprintList
- A list of certificate thumbprints that are associated with the
specified IAM OpenID Connect provider. For more information, see
CreateOpenIDConnectProvider.public GetOpenIDConnectProviderResult withThumbprintList(String... thumbprintList)
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.
Returns a reference to this object so that method calls can be chained together.
thumbprintList
- A list of certificate thumbprints that are associated with the
specified IAM OpenID Connect provider. For more information, see
CreateOpenIDConnectProvider.public GetOpenIDConnectProviderResult withThumbprintList(Collection<String> thumbprintList)
Returns a reference to this object so that method calls can be chained together.
thumbprintList
- A list of certificate thumbprints that are associated with the
specified IAM OpenID Connect provider. For more information, see
CreateOpenIDConnectProvider.public Date getCreateDate()
public void setCreateDate(Date createDate)
createDate
- The date and time when the IAM OpenID Connect provider entity was
created in the AWS account.public GetOpenIDConnectProviderResult withCreateDate(Date createDate)
Returns a reference to this object so that method calls can be chained together.
createDate
- The date and time when the IAM OpenID Connect provider entity was
created in the AWS account.public String toString()
toString
in class Object
Object.toString()
public GetOpenIDConnectProviderResult clone()
Copyright © 2015. All rights reserved.