Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetIdentityPoliciesRequest.Builder,GetIdentityPoliciesRequest>
@Generated("software.amazon.awssdk:codegen") public class GetIdentityPoliciesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetIdentityPoliciesRequest.Builder,GetIdentityPoliciesRequest>
Represents a request to return the requested sending authorization policies for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetIdentityPoliciesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetIdentityPoliciesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
identity() |
The identity for which the policies will be retrieved.
|
List<String> |
policyNames() |
A list of the names of policies to be retrieved.
|
static Class<? extends GetIdentityPoliciesRequest.Builder> |
serializableBuilderClass() |
|
GetIdentityPoliciesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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: 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 List<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
.
ListIdentityPolicies
.public GetIdentityPoliciesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetIdentityPoliciesRequest.Builder,GetIdentityPoliciesRequest>
public static GetIdentityPoliciesRequest.Builder builder()
public static Class<? extends GetIdentityPoliciesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.