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