public class UpdateIdentityPoolRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.Boolean |
allowUnauthenticatedIdentities
TRUE if the identity pool supports unauthenticated logins.
|
private java.util.List<CognitoIdentityProvider> |
cognitoIdentityProviders
A list representing a Cognito User Identity Pool and its client ID.
|
private java.lang.String |
developerProviderName
The "domain" by which Cognito will refer to your users.
|
private java.lang.String |
identityPoolId
An identity pool ID in the format REGION:GUID.
|
private java.lang.String |
identityPoolName
A string that you provide.
|
private java.util.List<java.lang.String> |
openIdConnectProviderARNs
A list of OpendID Connect provider ARNs.
|
private java.util.Map<java.lang.String,java.lang.String> |
supportedLoginProviders
Optional key:value pairs mapping provider names to provider app IDs.
|
NOOP
Constructor and Description |
---|
UpdateIdentityPoolRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateIdentityPoolRequest |
addSupportedLoginProvidersEntry(java.lang.String key,
java.lang.String value) |
UpdateIdentityPoolRequest |
clearSupportedLoginProvidersEntries()
Removes all the entries added into SupportedLoginProviders.
|
UpdateIdentityPoolRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getAllowUnauthenticatedIdentities()
TRUE if the identity pool supports unauthenticated logins.
|
java.util.List<CognitoIdentityProvider> |
getCognitoIdentityProviders()
A list representing a Cognito User Identity Pool and its client ID.
|
java.lang.String |
getDeveloperProviderName()
The "domain" by which Cognito will refer to your users.
|
java.lang.String |
getIdentityPoolId()
An identity pool ID in the format REGION:GUID.
|
java.lang.String |
getIdentityPoolName()
A string that you provide.
|
java.util.List<java.lang.String> |
getOpenIdConnectProviderARNs()
A list of OpendID Connect provider ARNs.
|
java.util.Map<java.lang.String,java.lang.String> |
getSupportedLoginProviders()
Optional key:value pairs mapping provider names to provider app IDs.
|
int |
hashCode() |
java.lang.Boolean |
isAllowUnauthenticatedIdentities()
TRUE if the identity pool supports unauthenticated logins.
|
void |
setAllowUnauthenticatedIdentities(java.lang.Boolean allowUnauthenticatedIdentities)
TRUE if the identity pool supports unauthenticated logins.
|
void |
setCognitoIdentityProviders(java.util.Collection<CognitoIdentityProvider> cognitoIdentityProviders)
A list representing a Cognito User Identity Pool and its client ID.
|
void |
setDeveloperProviderName(java.lang.String developerProviderName)
The "domain" by which Cognito will refer to your users.
|
void |
setIdentityPoolId(java.lang.String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
void |
setIdentityPoolName(java.lang.String identityPoolName)
A string that you provide.
|
void |
setOpenIdConnectProviderARNs(java.util.Collection<java.lang.String> openIdConnectProviderARNs)
A list of OpendID Connect provider ARNs.
|
void |
setSupportedLoginProviders(java.util.Map<java.lang.String,java.lang.String> supportedLoginProviders)
Optional key:value pairs mapping provider names to provider app IDs.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateIdentityPoolRequest |
withAllowUnauthenticatedIdentities(java.lang.Boolean allowUnauthenticatedIdentities)
TRUE if the identity pool supports unauthenticated logins.
|
UpdateIdentityPoolRequest |
withCognitoIdentityProviders(CognitoIdentityProvider... cognitoIdentityProviders)
A list representing a Cognito User Identity Pool and its client ID.
|
UpdateIdentityPoolRequest |
withCognitoIdentityProviders(java.util.Collection<CognitoIdentityProvider> cognitoIdentityProviders)
A list representing a Cognito User Identity Pool and its client ID.
|
UpdateIdentityPoolRequest |
withDeveloperProviderName(java.lang.String developerProviderName)
The "domain" by which Cognito will refer to your users.
|
UpdateIdentityPoolRequest |
withIdentityPoolId(java.lang.String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
UpdateIdentityPoolRequest |
withIdentityPoolName(java.lang.String identityPoolName)
A string that you provide.
|
UpdateIdentityPoolRequest |
withOpenIdConnectProviderARNs(java.util.Collection<java.lang.String> openIdConnectProviderARNs)
A list of OpendID Connect provider ARNs.
|
UpdateIdentityPoolRequest |
withOpenIdConnectProviderARNs(java.lang.String... openIdConnectProviderARNs)
A list of OpendID Connect provider ARNs.
|
UpdateIdentityPoolRequest |
withSupportedLoginProviders(java.util.Map<java.lang.String,java.lang.String> supportedLoginProviders)
Optional key:value pairs mapping provider names to provider app IDs.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String identityPoolId
private java.lang.String identityPoolName
A string that you provide.
private java.lang.Boolean allowUnauthenticatedIdentities
private java.util.Map<java.lang.String,java.lang.String> supportedLoginProviders
Optional key:value pairs mapping provider names to provider app IDs.
private java.lang.String developerProviderName
The "domain" by which Cognito will refer to your users.
private java.util.List<java.lang.String> openIdConnectProviderARNs
A list of OpendID Connect provider ARNs.
private java.util.List<CognitoIdentityProvider> cognitoIdentityProviders
A list representing a Cognito User Identity Pool and its client ID.
public void setIdentityPoolId(java.lang.String identityPoolId)
identityPoolId
- An identity pool ID in the format REGION:GUID.public java.lang.String getIdentityPoolId()
public UpdateIdentityPoolRequest withIdentityPoolId(java.lang.String identityPoolId)
identityPoolId
- An identity pool ID in the format REGION:GUID.public void setIdentityPoolName(java.lang.String identityPoolName)
A string that you provide.
identityPoolName
- A string that you provide.public java.lang.String getIdentityPoolName()
A string that you provide.
public UpdateIdentityPoolRequest withIdentityPoolName(java.lang.String identityPoolName)
A string that you provide.
identityPoolName
- A string that you provide.public void setAllowUnauthenticatedIdentities(java.lang.Boolean allowUnauthenticatedIdentities)
allowUnauthenticatedIdentities
- TRUE if the identity pool supports unauthenticated logins.public java.lang.Boolean getAllowUnauthenticatedIdentities()
public UpdateIdentityPoolRequest withAllowUnauthenticatedIdentities(java.lang.Boolean allowUnauthenticatedIdentities)
allowUnauthenticatedIdentities
- TRUE if the identity pool supports unauthenticated logins.public java.lang.Boolean isAllowUnauthenticatedIdentities()
public java.util.Map<java.lang.String,java.lang.String> getSupportedLoginProviders()
Optional key:value pairs mapping provider names to provider app IDs.
public void setSupportedLoginProviders(java.util.Map<java.lang.String,java.lang.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 UpdateIdentityPoolRequest withSupportedLoginProviders(java.util.Map<java.lang.String,java.lang.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 UpdateIdentityPoolRequest addSupportedLoginProvidersEntry(java.lang.String key, java.lang.String value)
public UpdateIdentityPoolRequest clearSupportedLoginProvidersEntries()
public void setDeveloperProviderName(java.lang.String developerProviderName)
The "domain" by which Cognito will refer to your users.
developerProviderName
- The "domain" by which Cognito will refer to your users.public java.lang.String getDeveloperProviderName()
The "domain" by which Cognito will refer to your users.
public UpdateIdentityPoolRequest withDeveloperProviderName(java.lang.String developerProviderName)
The "domain" by which Cognito will refer to your users.
developerProviderName
- The "domain" by which Cognito will refer to your users.public java.util.List<java.lang.String> getOpenIdConnectProviderARNs()
A list of OpendID Connect provider ARNs.
public void setOpenIdConnectProviderARNs(java.util.Collection<java.lang.String> openIdConnectProviderARNs)
A list of OpendID Connect provider ARNs.
openIdConnectProviderARNs
- A list of OpendID Connect provider ARNs.public UpdateIdentityPoolRequest withOpenIdConnectProviderARNs(java.lang.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 UpdateIdentityPoolRequest withOpenIdConnectProviderARNs(java.util.Collection<java.lang.String> openIdConnectProviderARNs)
A list of OpendID Connect provider ARNs.
openIdConnectProviderARNs
- A list of OpendID Connect provider ARNs.public java.util.List<CognitoIdentityProvider> getCognitoIdentityProviders()
A list representing a Cognito User Identity Pool and its client ID.
public void setCognitoIdentityProviders(java.util.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 UpdateIdentityPoolRequest 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 UpdateIdentityPoolRequest withCognitoIdentityProviders(java.util.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 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 UpdateIdentityPoolRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()