@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPrincipalTagAttributeMapRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetPrincipalTagAttributeMapRequest() |
Modifier and Type | Method and Description |
---|---|
GetPrincipalTagAttributeMapRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
int |
hashCode() |
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.
|
String |
toString()
Returns a string representation of this object.
|
GetPrincipalTagAttributeMapRequest |
withIdentityPoolId(String identityPoolId)
You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.
|
GetPrincipalTagAttributeMapRequest |
withIdentityProviderName(String identityProviderName)
You can use this operation to get the provider name.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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 GetPrincipalTagAttributeMapRequest 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 GetPrincipalTagAttributeMapRequest 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 String toString()
toString
in class Object
Object.toString()
public GetPrincipalTagAttributeMapRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()