@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPrincipalTagAttributeMapResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetPrincipalTagAttributeMapResult() |
Modifier and Type | Method and Description |
---|---|
GetPrincipalTagAttributeMapResult |
addPrincipalTagsEntry(String key,
String value)
Add a single PrincipalTags entry
|
GetPrincipalTagAttributeMapResult |
clearPrincipalTagsEntries()
Removes all the entries added into PrincipalTags.
|
GetPrincipalTagAttributeMapResult |
clone() |
boolean |
equals(Object obj) |
String |
getIdentityPoolId()
You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.
|
String |
getIdentityProviderName()
You can use this operation to get the provider name.
|
Map<String,String> |
getPrincipalTags()
You can use this operation to add principal tags.
|
Boolean |
getUseDefaults()
You can use this operation to list
|
int |
hashCode() |
Boolean |
isUseDefaults()
You can use this operation to list
|
void |
setIdentityPoolId(String identityPoolId)
You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.
|
void |
setIdentityProviderName(String identityProviderName)
You can use this operation to get the provider name.
|
void |
setPrincipalTags(Map<String,String> principalTags)
You can use this operation to add principal tags.
|
void |
setUseDefaults(Boolean useDefaults)
You can use this operation to list
|
String |
toString()
Returns a string representation of this object.
|
GetPrincipalTagAttributeMapResult |
withIdentityPoolId(String identityPoolId)
You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.
|
GetPrincipalTagAttributeMapResult |
withIdentityProviderName(String identityProviderName)
You can use this operation to get the provider name.
|
GetPrincipalTagAttributeMapResult |
withPrincipalTags(Map<String,String> principalTags)
You can use this operation to add principal tags.
|
GetPrincipalTagAttributeMapResult |
withUseDefaults(Boolean useDefaults)
You can use this operation to list
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setIdentityPoolId(String identityPoolId)
You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.
identityPoolId
- You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.public String getIdentityPoolId()
You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.
public GetPrincipalTagAttributeMapResult withIdentityPoolId(String identityPoolId)
You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.
identityPoolId
- You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.public void setIdentityProviderName(String identityProviderName)
You can use this operation to get the provider name.
identityProviderName
- You can use this operation to get the provider name.public String getIdentityProviderName()
You can use this operation to get the provider name.
public GetPrincipalTagAttributeMapResult withIdentityProviderName(String identityProviderName)
You can use this operation to get the provider name.
identityProviderName
- You can use this operation to get the provider name.public void setUseDefaults(Boolean useDefaults)
You can use this operation to list
useDefaults
- You can use this operation to listpublic Boolean getUseDefaults()
You can use this operation to list
public GetPrincipalTagAttributeMapResult withUseDefaults(Boolean useDefaults)
You can use this operation to list
useDefaults
- You can use this operation to listpublic Boolean isUseDefaults()
You can use this operation to list
public Map<String,String> getPrincipalTags()
You can use this operation to add principal tags. The PrincipalTags
operation enables you to
reference user attributes in your IAM permissions policy.
PrincipalTags
operation enables you to
reference user attributes in your IAM permissions policy.public void setPrincipalTags(Map<String,String> principalTags)
You can use this operation to add principal tags. The PrincipalTags
operation enables you to
reference user attributes in your IAM permissions policy.
principalTags
- You can use this operation to add principal tags. The PrincipalTags
operation enables you to
reference user attributes in your IAM permissions policy.public GetPrincipalTagAttributeMapResult withPrincipalTags(Map<String,String> principalTags)
You can use this operation to add principal tags. The PrincipalTags
operation enables you to
reference user attributes in your IAM permissions policy.
principalTags
- You can use this operation to add principal tags. The PrincipalTags
operation enables you to
reference user attributes in your IAM permissions policy.public GetPrincipalTagAttributeMapResult addPrincipalTagsEntry(String key, String value)
public GetPrincipalTagAttributeMapResult clearPrincipalTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public GetPrincipalTagAttributeMapResult clone()