public class ListSAMLProvidersResult extends Object implements Serializable, Cloneable
Contains the response to a successful ListSAMLProviders request.
Constructor and Description |
---|
ListSAMLProvidersResult() |
Modifier and Type | Method and Description |
---|---|
ListSAMLProvidersResult |
clone() |
boolean |
equals(Object obj) |
List<SAMLProviderListEntry> |
getSAMLProviderList()
The list of SAML providers for this account.
|
int |
hashCode() |
void |
setSAMLProviderList(Collection<SAMLProviderListEntry> sAMLProviderList)
The list of SAML providers for this account.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListSAMLProvidersResult |
withSAMLProviderList(Collection<SAMLProviderListEntry> sAMLProviderList)
The list of SAML providers for this account.
|
ListSAMLProvidersResult |
withSAMLProviderList(SAMLProviderListEntry... sAMLProviderList)
The list of SAML providers for this account.
|
public List<SAMLProviderListEntry> getSAMLProviderList()
The list of SAML providers for this account.
public void setSAMLProviderList(Collection<SAMLProviderListEntry> sAMLProviderList)
The list of SAML providers for this account.
sAMLProviderList
- The list of SAML providers for this account.public ListSAMLProvidersResult withSAMLProviderList(SAMLProviderListEntry... sAMLProviderList)
The list of SAML providers for this 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 providers for this account.public ListSAMLProvidersResult withSAMLProviderList(Collection<SAMLProviderListEntry> sAMLProviderList)
The list of SAML providers for this account.
sAMLProviderList
- The list of SAML providers for this account.public String toString()
toString
in class Object
Object.toString()
public ListSAMLProvidersResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.