public class DescribeIdentityPoolResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DescribeIdentityPoolResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeIdentityPoolResult |
addSupportedLoginProvidersEntry(java.lang.String key,
java.lang.String value)
Sets the value of the SupportedLoginProviders property for this
object.
|
DescribeIdentityPoolResult |
clearSupportedLoginProvidersEntries()
Removes all the entries added into SupportedLoginProviders.
|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getAllowUnauthenticatedIdentities()
Returns the value of the AllowUnauthenticatedIdentities property for
this object.
|
java.lang.String |
getDeveloperProviderName()
Returns the value of the DeveloperProviderName property for this
object.
|
java.lang.String |
getIdentityPoolId()
Returns the value of the IdentityPoolId property for this object.
|
java.lang.String |
getIdentityPoolName()
Returns the value of the IdentityPoolName property for this object.
|
java.util.List<java.lang.String> |
getOpenIdConnectProviderARNs()
Returns the value of the OpenIdConnectProviderARNs property for this
object.
|
java.util.Map<java.lang.String,java.lang.String> |
getSupportedLoginProviders()
Returns the value of the SupportedLoginProviders property for this
object.
|
int |
hashCode() |
java.lang.Boolean |
isAllowUnauthenticatedIdentities()
Returns the value of the AllowUnauthenticatedIdentities property for
this object.
|
void |
setAllowUnauthenticatedIdentities(java.lang.Boolean allowUnauthenticatedIdentities)
Sets the value of the AllowUnauthenticatedIdentities property for this
object.
|
void |
setDeveloperProviderName(java.lang.String developerProviderName)
Sets the value of the DeveloperProviderName property for this object.
|
void |
setIdentityPoolId(java.lang.String identityPoolId)
Sets the value of the IdentityPoolId property for this object.
|
void |
setIdentityPoolName(java.lang.String identityPoolName)
Sets the value of the IdentityPoolName property for this object.
|
void |
setOpenIdConnectProviderARNs(java.util.Collection<java.lang.String> openIdConnectProviderARNs)
Sets the value of the OpenIdConnectProviderARNs property for this
object.
|
void |
setSupportedLoginProviders(java.util.Map<java.lang.String,java.lang.String> supportedLoginProviders)
Sets the value of the SupportedLoginProviders property for this
object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeIdentityPoolResult |
withAllowUnauthenticatedIdentities(java.lang.Boolean allowUnauthenticatedIdentities)
Sets the value of the AllowUnauthenticatedIdentities property for this
object.
|
DescribeIdentityPoolResult |
withDeveloperProviderName(java.lang.String developerProviderName)
Sets the value of the DeveloperProviderName property for this object.
|
DescribeIdentityPoolResult |
withIdentityPoolId(java.lang.String identityPoolId)
Sets the value of the IdentityPoolId property for this object.
|
DescribeIdentityPoolResult |
withIdentityPoolName(java.lang.String identityPoolName)
Sets the value of the IdentityPoolName property for this object.
|
DescribeIdentityPoolResult |
withOpenIdConnectProviderARNs(java.util.Collection<java.lang.String> openIdConnectProviderARNs)
Sets the value of the OpenIdConnectProviderARNs property for this
object.
|
DescribeIdentityPoolResult |
withOpenIdConnectProviderARNs(java.lang.String... openIdConnectProviderARNs)
Sets the value of the OpenIdConnectProviderARNs property for this
object.
|
DescribeIdentityPoolResult |
withSupportedLoginProviders(java.util.Map<java.lang.String,java.lang.String> supportedLoginProviders)
Sets the value of the SupportedLoginProviders property for this
object.
|
public java.lang.String getIdentityPoolId()
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
public void setIdentityPoolId(java.lang.String identityPoolId)
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId - The new value for the IdentityPoolId property for this object.public DescribeIdentityPoolResult withIdentityPoolId(java.lang.String identityPoolId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId - The new value for the IdentityPoolId property for this object.public java.lang.String getIdentityPoolName()
Constraints:
Length: 1 - 128
Pattern: [\w ]+
public void setIdentityPoolName(java.lang.String identityPoolName)
Constraints:
Length: 1 - 128
Pattern: [\w ]+
identityPoolName - The new value for the IdentityPoolName property for this object.public DescribeIdentityPoolResult withIdentityPoolName(java.lang.String identityPoolName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w ]+
identityPoolName - The new value for the IdentityPoolName property for this object.public java.lang.Boolean isAllowUnauthenticatedIdentities()
public void setAllowUnauthenticatedIdentities(java.lang.Boolean allowUnauthenticatedIdentities)
allowUnauthenticatedIdentities - The new value for the AllowUnauthenticatedIdentities property for this
object.public DescribeIdentityPoolResult withAllowUnauthenticatedIdentities(java.lang.Boolean allowUnauthenticatedIdentities)
Returns a reference to this object so that method calls can be chained together.
allowUnauthenticatedIdentities - The new value for the AllowUnauthenticatedIdentities property for this
object.public java.lang.Boolean getAllowUnauthenticatedIdentities()
public java.util.Map<java.lang.String,java.lang.String> getSupportedLoginProviders()
Constraints:
Length: 0 - 10
public void setSupportedLoginProviders(java.util.Map<java.lang.String,java.lang.String> supportedLoginProviders)
Constraints:
Length: 0 - 10
supportedLoginProviders - The new value for the SupportedLoginProviders property for this
object.public DescribeIdentityPoolResult withSupportedLoginProviders(java.util.Map<java.lang.String,java.lang.String> supportedLoginProviders)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 10
supportedLoginProviders - The new value for the SupportedLoginProviders property for this
object.public DescribeIdentityPoolResult addSupportedLoginProvidersEntry(java.lang.String key, java.lang.String value)
The method adds a new key-value pair into SupportedLoginProviders parameter, and returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 10
key - The key of the entry to be added into SupportedLoginProviders.value - The corresponding value of the entry to be added into SupportedLoginProviders.public DescribeIdentityPoolResult clearSupportedLoginProvidersEntries()
Returns a reference to this object so that method calls can be chained together.
public java.lang.String getDeveloperProviderName()
Constraints:
Length: 1 - 128
Pattern: [\w._-]+
public void setDeveloperProviderName(java.lang.String developerProviderName)
Constraints:
Length: 1 - 128
Pattern: [\w._-]+
developerProviderName - The new value for the DeveloperProviderName property for this object.public DescribeIdentityPoolResult withDeveloperProviderName(java.lang.String developerProviderName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w._-]+
developerProviderName - The new value for the DeveloperProviderName property for this object.public java.util.List<java.lang.String> getOpenIdConnectProviderARNs()
public void setOpenIdConnectProviderARNs(java.util.Collection<java.lang.String> openIdConnectProviderARNs)
openIdConnectProviderARNs - The new value for the OpenIdConnectProviderARNs property for this
object.public DescribeIdentityPoolResult withOpenIdConnectProviderARNs(java.lang.String... openIdConnectProviderARNs)
Returns a reference to this object so that method calls can be chained together.
openIdConnectProviderARNs - The new value for the OpenIdConnectProviderARNs property for this
object.public DescribeIdentityPoolResult withOpenIdConnectProviderARNs(java.util.Collection<java.lang.String> openIdConnectProviderARNs)
Returns a reference to this object so that method calls can be chained together.
openIdConnectProviderARNs - The new value for the OpenIdConnectProviderARNs property for this
object.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object