public class ListIdentityPoliciesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request instructing the service to list all authorization policies, by name, applying to an identity.
NOOP| Constructor and Description |
|---|
ListIdentityPoliciesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListIdentityPoliciesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getIdentity()
The identity that is associated with the policy for which the policies
will be listed.
|
int |
hashCode() |
void |
setIdentity(String identity)
The identity that is associated with the policy for which the policies
will be listed.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListIdentityPoliciesRequest |
withIdentity(String identity)
The identity that is associated with the policy for which the policies
will be listed.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setIdentity(String identity)
The identity that is associated with the policy for which the policies
will be listed. You can specify an identity by using its name or by using
its Amazon Resource Name (ARN). Examples: user@example.com,
example.com,
arn:aws:ses:us-east-1:123456789012:identity/example.com.
To successfully call this API, you must own the identity.
identity - The identity that is associated with the policy for which the
policies will be listed. You can specify an identity by using its
name or by using its Amazon Resource Name (ARN). Examples:
user@example.com, example.com,
arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
public String getIdentity()
The identity that is associated with the policy for which the policies
will be listed. You can specify an identity by using its name or by using
its Amazon Resource Name (ARN). Examples: user@example.com,
example.com,
arn:aws:ses:us-east-1:123456789012:identity/example.com.
To successfully call this API, you must own the identity.
user@example.com, example.com,
arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
public ListIdentityPoliciesRequest withIdentity(String identity)
The identity that is associated with the policy for which the policies
will be listed. You can specify an identity by using its name or by using
its Amazon Resource Name (ARN). Examples: user@example.com,
example.com,
arn:aws:ses:us-east-1:123456789012:identity/example.com.
To successfully call this API, you must own the identity.
identity - The identity that is associated with the policy for which the
policies will be listed. You can specify an identity by using its
name or by using its Amazon Resource Name (ARN). Examples:
user@example.com, example.com,
arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
public String toString()
toString in class ObjectObject.toString()public ListIdentityPoliciesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.