public class UpdateIdentityPoolResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
UpdateIdentityPoolResult() |
Modifier and Type | Method and Description |
---|---|
UpdateIdentityPoolResult |
addSupportedLoginProvidersEntry(String key,
String value) |
UpdateIdentityPoolResult |
clearSupportedLoginProvidersEntries()
Removes all the entries added into SupportedLoginProviders.
|
UpdateIdentityPoolResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAllowUnauthenticatedIdentities()
TRUE if the identity pool supports unauthenticated logins.
|
List<CognitoIdentityProvider> |
getCognitoIdentityProviders()
A list representing a Cognito User Identity Pool and its client ID.
|
String |
getDeveloperProviderName()
The "domain" by which Cognito will refer to your users.
|
String |
getIdentityPoolId()
An identity pool ID in the format REGION:GUID.
|
String |
getIdentityPoolName()
A string that you provide.
|
List<String> |
getOpenIdConnectProviderARNs()
A list of OpendID Connect provider ARNs.
|
Map<String,String> |
getSupportedLoginProviders()
Optional key:value pairs mapping provider names to provider app IDs.
|
int |
hashCode() |
Boolean |
isAllowUnauthenticatedIdentities()
TRUE if the identity pool supports unauthenticated logins.
|
void |
setAllowUnauthenticatedIdentities(Boolean allowUnauthenticatedIdentities)
TRUE if the identity pool supports unauthenticated logins.
|
void |
setCognitoIdentityProviders(Collection<CognitoIdentityProvider> cognitoIdentityProviders)
A list representing a Cognito User Identity Pool and its client ID.
|
void |
setDeveloperProviderName(String developerProviderName)
The "domain" by which Cognito will refer to your users.
|
void |
setIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
void |
setIdentityPoolName(String identityPoolName)
A string that you provide.
|
void |
setOpenIdConnectProviderARNs(Collection<String> openIdConnectProviderARNs)
A list of OpendID Connect provider ARNs.
|
void |
setSupportedLoginProviders(Map<String,String> supportedLoginProviders)
Optional key:value pairs mapping provider names to provider app IDs.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateIdentityPoolResult |
withAllowUnauthenticatedIdentities(Boolean allowUnauthenticatedIdentities)
TRUE if the identity pool supports unauthenticated logins.
|
UpdateIdentityPoolResult |
withCognitoIdentityProviders(CognitoIdentityProvider... cognitoIdentityProviders)
A list representing a Cognito User Identity Pool and its client ID.
|
UpdateIdentityPoolResult |
withCognitoIdentityProviders(Collection<CognitoIdentityProvider> cognitoIdentityProviders)
A list representing a Cognito User Identity Pool and its client ID.
|
UpdateIdentityPoolResult |
withDeveloperProviderName(String developerProviderName)
The "domain" by which Cognito will refer to your users.
|
UpdateIdentityPoolResult |
withIdentityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
UpdateIdentityPoolResult |
withIdentityPoolName(String identityPoolName)
A string that you provide.
|
UpdateIdentityPoolResult |
withOpenIdConnectProviderARNs(Collection<String> openIdConnectProviderARNs)
A list of OpendID Connect provider ARNs.
|
UpdateIdentityPoolResult |
withOpenIdConnectProviderARNs(String... openIdConnectProviderARNs)
A list of OpendID Connect provider ARNs.
|
UpdateIdentityPoolResult |
withSupportedLoginProviders(Map<String,String> supportedLoginProviders)
Optional key:value pairs mapping provider names to provider app IDs.
|
public void setIdentityPoolId(String identityPoolId)
identityPoolId
- An identity pool ID in the format REGION:GUID.public String getIdentityPoolId()
public UpdateIdentityPoolResult withIdentityPoolId(String identityPoolId)
identityPoolId
- An identity pool ID in the format REGION:GUID.public void setIdentityPoolName(String identityPoolName)
A string that you provide.
identityPoolName
- A string that you provide.public String getIdentityPoolName()
A string that you provide.
public UpdateIdentityPoolResult withIdentityPoolName(String identityPoolName)
A string that you provide.
identityPoolName
- A string that you provide.public void setAllowUnauthenticatedIdentities(Boolean allowUnauthenticatedIdentities)
allowUnauthenticatedIdentities
- TRUE if the identity pool supports unauthenticated logins.public Boolean getAllowUnauthenticatedIdentities()
public UpdateIdentityPoolResult withAllowUnauthenticatedIdentities(Boolean allowUnauthenticatedIdentities)
allowUnauthenticatedIdentities
- TRUE if the identity pool supports unauthenticated logins.public Boolean isAllowUnauthenticatedIdentities()
public Map<String,String> getSupportedLoginProviders()
Optional key:value pairs mapping provider names to provider app IDs.
public void setSupportedLoginProviders(Map<String,String> supportedLoginProviders)
Optional key:value pairs mapping provider names to provider app IDs.
supportedLoginProviders
- Optional key:value pairs mapping provider names to provider app
IDs.public UpdateIdentityPoolResult withSupportedLoginProviders(Map<String,String> supportedLoginProviders)
Optional key:value pairs mapping provider names to provider app IDs.
supportedLoginProviders
- Optional key:value pairs mapping provider names to provider app
IDs.public UpdateIdentityPoolResult addSupportedLoginProvidersEntry(String key, String value)
public UpdateIdentityPoolResult clearSupportedLoginProvidersEntries()
public void setDeveloperProviderName(String developerProviderName)
The "domain" by which Cognito will refer to your users.
developerProviderName
- The "domain" by which Cognito will refer to your users.public String getDeveloperProviderName()
The "domain" by which Cognito will refer to your users.
public UpdateIdentityPoolResult withDeveloperProviderName(String developerProviderName)
The "domain" by which Cognito will refer to your users.
developerProviderName
- The "domain" by which Cognito will refer to your users.public List<String> getOpenIdConnectProviderARNs()
A list of OpendID Connect provider ARNs.
public void setOpenIdConnectProviderARNs(Collection<String> openIdConnectProviderARNs)
A list of OpendID Connect provider ARNs.
openIdConnectProviderARNs
- A list of OpendID Connect provider ARNs.public UpdateIdentityPoolResult withOpenIdConnectProviderARNs(String... openIdConnectProviderARNs)
A list of OpendID Connect provider ARNs.
NOTE: This method appends the values to the existing list (if
any). Use setOpenIdConnectProviderARNs(java.util.Collection)
or
withOpenIdConnectProviderARNs(java.util.Collection)
if you want
to override the existing values.
openIdConnectProviderARNs
- A list of OpendID Connect provider ARNs.public UpdateIdentityPoolResult withOpenIdConnectProviderARNs(Collection<String> openIdConnectProviderARNs)
A list of OpendID Connect provider ARNs.
openIdConnectProviderARNs
- A list of OpendID Connect provider ARNs.public List<CognitoIdentityProvider> getCognitoIdentityProviders()
A list representing a Cognito User Identity Pool and its client ID.
public void setCognitoIdentityProviders(Collection<CognitoIdentityProvider> cognitoIdentityProviders)
A list representing a Cognito User Identity Pool and its client ID.
cognitoIdentityProviders
- A list representing a Cognito User Identity Pool and its client
ID.public UpdateIdentityPoolResult withCognitoIdentityProviders(CognitoIdentityProvider... cognitoIdentityProviders)
A list representing a Cognito User Identity Pool and its client ID.
NOTE: This method appends the values to the existing list (if
any). Use setCognitoIdentityProviders(java.util.Collection)
or
withCognitoIdentityProviders(java.util.Collection)
if you want
to override the existing values.
cognitoIdentityProviders
- A list representing a Cognito User Identity Pool and its client
ID.public UpdateIdentityPoolResult withCognitoIdentityProviders(Collection<CognitoIdentityProvider> cognitoIdentityProviders)
A list representing a Cognito User Identity Pool and its client ID.
cognitoIdentityProviders
- A list representing a Cognito User Identity Pool and its client
ID.public String toString()
toString
in class Object
Object.toString()
public UpdateIdentityPoolResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.