Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListIdentityPoliciesRequest.Builder,ListIdentityPoliciesRequest>
@Generated("software.amazon.awssdk:codegen") public class ListIdentityPoliciesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListIdentityPoliciesRequest.Builder,ListIdentityPoliciesRequest>
Represents a request to return a list of sending authorization policies that are attached to 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 |
ListIdentityPoliciesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListIdentityPoliciesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
identity() |
The identity that is associated with the policy for which the policies will be listed.
|
static Class<? extends ListIdentityPoliciesRequest.Builder> |
serializableBuilderClass() |
|
ListIdentityPoliciesRequest.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 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.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListIdentityPoliciesRequest.Builder,ListIdentityPoliciesRequest>
public static ListIdentityPoliciesRequest.Builder builder()
public static Class<? extends ListIdentityPoliciesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.