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()
public void setOpenIDConnectProviderList(Collection<OpenIDConnectProviderListEntry> openIDConnectProviderList)
openIDConnectProviderList - The list of IAM OpenID Connect providers in the AWS account.public ListOpenIDConnectProvidersResult withOpenIDConnectProviderList(OpenIDConnectProviderListEntry... openIDConnectProviderList)
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.
Returns a reference to this object so that method calls can be chained together.
openIDConnectProviderList - The list of IAM OpenID Connect providers in the AWS account.public ListOpenIDConnectProvidersResult withOpenIDConnectProviderList(Collection<OpenIDConnectProviderListEntry> openIDConnectProviderList)
Returns a reference to this object so that method calls can be chained together.
openIDConnectProviderList - The list of IAM OpenID Connect providers in the AWS account.public String toString()
toString in class ObjectObject.toString()public ListOpenIDConnectProvidersResult clone()
Copyright © 2015. All rights reserved.