public class GetIdentityPoliciesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetIdentityPoliciesRequest() |
Modifier and Type | Method and Description |
---|---|
GetIdentityPoliciesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getIdentity()
The identity for which the policies will be retrieved.
|
List<String> |
getPolicyNames()
A list of the names of policies to be retrieved.
|
int |
hashCode() |
void |
setIdentity(String identity)
The identity for which the policies will be retrieved.
|
void |
setPolicyNames(Collection<String> policyNames)
A list of the names of policies to be retrieved.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetIdentityPoliciesRequest |
withIdentity(String identity)
The identity for which the policies will be retrieved.
|
GetIdentityPoliciesRequest |
withPolicyNames(Collection<String> policyNames)
A list of the names of policies to be retrieved.
|
GetIdentityPoliciesRequest |
withPolicyNames(String... policyNames)
A list of the names of policies to be retrieved.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setIdentity(String identity)
The identity for which the policies will be retrieved. You can specify an
identity by using its name or by using its Amazon Resource Name (ARN).
Examples: [email protected]
, 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 for which the policies will be retrieved. You can
specify an identity by using its name or by using its Amazon
Resource Name (ARN). Examples: [email protected]
,
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 for which the policies will be retrieved. You can specify an
identity by using its name or by using its Amazon Resource Name (ARN).
Examples: [email protected]
, example.com
,
arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
[email protected]
,
example.com
,
arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
public GetIdentityPoliciesRequest withIdentity(String identity)
The identity for which the policies will be retrieved. You can specify an
identity by using its name or by using its Amazon Resource Name (ARN).
Examples: [email protected]
, 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 for which the policies will be retrieved. You can
specify an identity by using its name or by using its Amazon
Resource Name (ARN). Examples: [email protected]
,
example.com
,
arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
public List<String> getPolicyNames()
A list of the names of policies to be retrieved. You can retrieve a
maximum of 20 policies at a time. If you do not know the names of the
policies that are attached to the identity, you can use
ListIdentityPolicies
.
ListIdentityPolicies
.public void setPolicyNames(Collection<String> policyNames)
A list of the names of policies to be retrieved. You can retrieve a
maximum of 20 policies at a time. If you do not know the names of the
policies that are attached to the identity, you can use
ListIdentityPolicies
.
policyNames
- A list of the names of policies to be retrieved. You can retrieve
a maximum of 20 policies at a time. If you do not know the names
of the policies that are attached to the identity, you can use
ListIdentityPolicies
.public GetIdentityPoliciesRequest withPolicyNames(String... policyNames)
A list of the names of policies to be retrieved. You can retrieve a
maximum of 20 policies at a time. If you do not know the names of the
policies that are attached to the identity, you can use
ListIdentityPolicies
.
NOTE: This method appends the values to the existing list (if
any). Use setPolicyNames(java.util.Collection)
or
withPolicyNames(java.util.Collection)
if you want to override
the existing values.
policyNames
- A list of the names of policies to be retrieved. You can retrieve
a maximum of 20 policies at a time. If you do not know the names
of the policies that are attached to the identity, you can use
ListIdentityPolicies
.public GetIdentityPoliciesRequest withPolicyNames(Collection<String> policyNames)
A list of the names of policies to be retrieved. You can retrieve a
maximum of 20 policies at a time. If you do not know the names of the
policies that are attached to the identity, you can use
ListIdentityPolicies
.
policyNames
- A list of the names of policies to be retrieved. You can retrieve
a maximum of 20 policies at a time. If you do not know the names
of the policies that are attached to the identity, you can use
ListIdentityPolicies
.public String toString()
toString
in class Object
Object.toString()
public GetIdentityPoliciesRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.