public class ListSAMLProvidersResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the response to a successful ListSAMLProviders request.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<SAMLProviderListEntry> |
sAMLProviderList
The list of SAML provider resource objects defined in IAM for this AWS
account.
|
Constructor and Description |
---|
ListSAMLProvidersResult() |
Modifier and Type | Method and Description |
---|---|
ListSAMLProvidersResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<SAMLProviderListEntry> |
getSAMLProviderList()
The list of SAML provider resource objects defined in IAM for this AWS
account.
|
int |
hashCode() |
void |
setSAMLProviderList(java.util.Collection<SAMLProviderListEntry> sAMLProviderList)
The list of SAML provider resource objects defined in IAM for this AWS
account.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListSAMLProvidersResult |
withSAMLProviderList(java.util.Collection<SAMLProviderListEntry> sAMLProviderList)
The list of SAML provider resource objects defined in IAM for this AWS
account.
|
ListSAMLProvidersResult |
withSAMLProviderList(SAMLProviderListEntry... sAMLProviderList)
The list of SAML provider resource objects defined in IAM for this AWS
account.
|
private SdkInternalList<SAMLProviderListEntry> sAMLProviderList
The list of SAML provider resource objects defined in IAM for this AWS account.
public java.util.List<SAMLProviderListEntry> getSAMLProviderList()
The list of SAML provider resource objects defined in IAM for this AWS account.
public void setSAMLProviderList(java.util.Collection<SAMLProviderListEntry> sAMLProviderList)
The list of SAML provider resource objects defined in IAM for this AWS account.
sAMLProviderList
- The list of SAML provider resource objects defined in IAM for this
AWS account.public ListSAMLProvidersResult withSAMLProviderList(SAMLProviderListEntry... sAMLProviderList)
The list of SAML provider resource objects defined in IAM for this AWS account.
NOTE: This method appends the values to the existing list (if
any). Use setSAMLProviderList(java.util.Collection)
or
withSAMLProviderList(java.util.Collection)
if you want to
override the existing values.
sAMLProviderList
- The list of SAML provider resource objects defined in IAM for this
AWS account.public ListSAMLProvidersResult withSAMLProviderList(java.util.Collection<SAMLProviderListEntry> sAMLProviderList)
The list of SAML provider resource objects defined in IAM for this AWS account.
sAMLProviderList
- The list of SAML provider resource objects defined in IAM for this
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 ListSAMLProvidersResult clone()
clone
in class java.lang.Object