public class ListSAMLProvidersResult extends Object implements Serializable
Contains the result of a successful invocation of the ListSAMLProviders action.
Constructor and Description |
---|
ListSAMLProvidersResult() |
Modifier and Type | Method and Description |
---|---|
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()
public void setSAMLProviderList(Collection<SAMLProviderListEntry> sAMLProviderList)
sAMLProviderList
- The list of SAML providers for this account.public ListSAMLProvidersResult withSAMLProviderList(SAMLProviderListEntry... sAMLProviderList)
Returns a reference to this object so that method calls can be chained together.
sAMLProviderList
- The list of SAML providers for this account.public ListSAMLProvidersResult withSAMLProviderList(Collection<SAMLProviderListEntry> sAMLProviderList)
Returns a reference to this object so that method calls can be chained together.
sAMLProviderList
- The list of SAML providers for this account.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.