public class GetPrincipalTagAttributeMapResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
GetPrincipalTagAttributeMapResult() |
| Modifier and Type | Method and Description |
|---|---|
GetPrincipalTagAttributeMapResult |
addPrincipalTagsEntry(java.lang.String key,
java.lang.String value)
You can use this operation to add principal tags.
|
GetPrincipalTagAttributeMapResult |
clearPrincipalTagsEntries()
Removes all the entries added into PrincipalTags.
|
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.
|
java.util.Map<java.lang.String,java.lang.String> |
getPrincipalTags()
You can use this operation to add principal tags.
|
java.lang.Boolean |
getUseDefaults()
You can use this operation to list
|
int |
hashCode() |
java.lang.Boolean |
isUseDefaults()
You can use this operation to list
|
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.
|
void |
setPrincipalTags(java.util.Map<java.lang.String,java.lang.String> principalTags)
You can use this operation to add principal tags.
|
void |
setUseDefaults(java.lang.Boolean useDefaults)
You can use this operation to list
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetPrincipalTagAttributeMapResult |
withIdentityPoolId(java.lang.String identityPoolId)
You can use this operation to get the ID of the Identity Pool you setup
attribute mappings for.
|
GetPrincipalTagAttributeMapResult |
withIdentityProviderName(java.lang.String identityProviderName)
You can use this operation to get the provider name.
|
GetPrincipalTagAttributeMapResult |
withPrincipalTags(java.util.Map<java.lang.String,java.lang.String> principalTags)
You can use this operation to add principal tags.
|
GetPrincipalTagAttributeMapResult |
withUseDefaults(java.lang.Boolean useDefaults)
You can use this operation to list
|
public 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 GetPrincipalTagAttributeMapResult 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 GetPrincipalTagAttributeMapResult 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.Boolean isUseDefaults()
You can use this operation to list
You can use this operation to list
public java.lang.Boolean getUseDefaults()
You can use this operation to list
You can use this operation to list
public void setUseDefaults(java.lang.Boolean useDefaults)
You can use this operation to list
useDefaults - You can use this operation to list
public GetPrincipalTagAttributeMapResult withUseDefaults(java.lang.Boolean useDefaults)
You can use this operation to list
Returns a reference to this object so that method calls can be chained together.
useDefaults - You can use this operation to list
public java.util.Map<java.lang.String,java.lang.String> getPrincipalTags()
You can use this operation to add principal tags. The
PrincipalTagsoperation enables you to reference user
attributes in your IAM permissions policy.
You can use this operation to add principal tags. The
PrincipalTagsoperation enables you to reference user
attributes in your IAM permissions policy.
public void setPrincipalTags(java.util.Map<java.lang.String,java.lang.String> principalTags)
You can use this operation to add principal tags. The
PrincipalTagsoperation enables you to reference user
attributes in your IAM permissions policy.
principalTags -
You can use this operation to add principal tags. The
PrincipalTagsoperation enables you to reference
user attributes in your IAM permissions policy.
public GetPrincipalTagAttributeMapResult withPrincipalTags(java.util.Map<java.lang.String,java.lang.String> principalTags)
You can use this operation to add principal tags. The
PrincipalTagsoperation enables you to reference user
attributes in your IAM permissions policy.
Returns a reference to this object so that method calls can be chained together.
principalTags -
You can use this operation to add principal tags. The
PrincipalTagsoperation enables you to reference
user attributes in your IAM permissions policy.
public GetPrincipalTagAttributeMapResult addPrincipalTagsEntry(java.lang.String key, java.lang.String value)
You can use this operation to add principal tags. The
PrincipalTagsoperation enables you to reference user
attributes in your IAM permissions policy.
The method adds a new key-value pair into PrincipalTags parameter, and returns a reference to this object so that method calls can be chained together.
key - The key of the entry to be added into PrincipalTags.value - The corresponding value of the entry to be added into
PrincipalTags.public GetPrincipalTagAttributeMapResult clearPrincipalTagsEntries()
Returns a reference to this object so that method calls can be chained together.
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