public class GetPrincipalTagAttributeMapRequest extends AmazonWebServiceRequest implements java.io.Serializable
Use GetPrincipalTagAttributeMap to list all mappings between
PrincipalTags and user attributes.
| Constructor and Description |
|---|
GetPrincipalTagAttributeMapRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getIdentityPoolId()
You can use this operation to get the ID of the Identity Pool you setup
attribute mappings for.
|
java.lang.String |
getIdentityProviderName()
You can use this operation to get the provider name.
|
int |
hashCode() |
void |
setIdentityPoolId(java.lang.String identityPoolId)
You can use this operation to get the ID of the Identity Pool you setup
attribute mappings for.
|
void |
setIdentityProviderName(java.lang.String identityProviderName)
You can use this operation to get the provider name.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetPrincipalTagAttributeMapRequest |
withIdentityPoolId(java.lang.String identityPoolId)
You can use this operation to get the ID of the Identity Pool you setup
attribute mappings for.
|
GetPrincipalTagAttributeMapRequest |
withIdentityProviderName(java.lang.String identityProviderName)
You can use this operation to get the provider name.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getIdentityPoolId()
You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.
Constraints:
Length: 1 - 55
Pattern: [\w-]+:[0-9a-f-]+
You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.
public void setIdentityPoolId(java.lang.String identityPoolId)
You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.
Constraints:
Length: 1 - 55
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId - You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.
public GetPrincipalTagAttributeMapRequest withIdentityPoolId(java.lang.String identityPoolId)
You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 55
Pattern: [\w-]+:[0-9a-f-]+
identityPoolId - You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.
public java.lang.String getIdentityProviderName()
You can use this operation to get the provider name.
Constraints:
Length: 1 - 128
You can use this operation to get the provider name.
public void setIdentityProviderName(java.lang.String identityProviderName)
You can use this operation to get the provider name.
Constraints:
Length: 1 - 128
identityProviderName - You can use this operation to get the provider name.
public GetPrincipalTagAttributeMapRequest withIdentityProviderName(java.lang.String identityProviderName)
You can use this operation to get the provider name.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
identityProviderName - You can use this operation to get the provider name.
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