public class ListOpenIDConnectProvidersResult extends Object implements Serializable, Cloneable
Contains the response to a successful ListOpenIDConnectProviders request.
| Constructor and Description |
|---|
ListOpenIDConnectProvidersResult() |
| Modifier and Type | Method and Description |
|---|---|
ListOpenIDConnectProvidersResult |
clone() |
boolean |
equals(Object obj) |
List<OpenIDConnectProviderListEntry> |
getOpenIDConnectProviderList()
The list of IAM OpenID Connect providers in the AWS account.
|
int |
hashCode() |
void |
setOpenIDConnectProviderList(Collection<OpenIDConnectProviderListEntry> openIDConnectProviderList)
The list of IAM OpenID Connect providers in the AWS account.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListOpenIDConnectProvidersResult |
withOpenIDConnectProviderList(Collection<OpenIDConnectProviderListEntry> openIDConnectProviderList)
The list of IAM OpenID Connect providers in the AWS account.
|
ListOpenIDConnectProvidersResult |
withOpenIDConnectProviderList(OpenIDConnectProviderListEntry... openIDConnectProviderList)
The list of IAM OpenID Connect providers in the AWS account.
|
public List<OpenIDConnectProviderListEntry> getOpenIDConnectProviderList()
The list of IAM OpenID Connect providers in the AWS account.
public void setOpenIDConnectProviderList(Collection<OpenIDConnectProviderListEntry> openIDConnectProviderList)
The list of IAM OpenID Connect providers in the AWS account.
openIDConnectProviderList - The list of IAM OpenID Connect providers in the AWS account.public ListOpenIDConnectProvidersResult withOpenIDConnectProviderList(OpenIDConnectProviderListEntry... openIDConnectProviderList)
The list of IAM OpenID Connect providers in the AWS account.
NOTE: This method appends the values to the existing list (if
any). Use setOpenIDConnectProviderList(java.util.Collection) or
withOpenIDConnectProviderList(java.util.Collection) if you want
to override the existing values.
openIDConnectProviderList - The list of IAM OpenID Connect providers in the AWS account.public ListOpenIDConnectProvidersResult withOpenIDConnectProviderList(Collection<OpenIDConnectProviderListEntry> openIDConnectProviderList)
The list of IAM OpenID Connect providers in the AWS account.
openIDConnectProviderList - The list of IAM OpenID Connect providers in the AWS account.public String toString()
toString in class ObjectObject.toString()public ListOpenIDConnectProvidersResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.