public class GetIdentityNotificationAttributesRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<java.lang.String> |
identities
A list of one or more identities.
|
NOOP
Constructor and Description |
---|
GetIdentityNotificationAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
GetIdentityNotificationAttributesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getIdentities()
A list of one or more identities.
|
int |
hashCode() |
void |
setIdentities(java.util.Collection<java.lang.String> identities)
A list of one or more identities.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetIdentityNotificationAttributesRequest |
withIdentities(java.util.Collection<java.lang.String> identities)
A list of one or more identities.
|
GetIdentityNotificationAttributesRequest |
withIdentities(java.lang.String... identities)
A list of one or more identities.
|
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
private SdkInternalList<java.lang.String> identities
A list of one or more identities. 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
.
public GetIdentityNotificationAttributesRequest()
public java.util.List<java.lang.String> getIdentities()
A list of one or more identities. 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
.
user@example.com
, example.com
,
arn:aws:ses:us-east-1:123456789012:identity/example.com
.public void setIdentities(java.util.Collection<java.lang.String> identities)
A list of one or more identities. 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
.
identities
- A list of one or more identities. 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
.public GetIdentityNotificationAttributesRequest withIdentities(java.lang.String... identities)
A list of one or more identities. 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
.
NOTE: This method appends the values to the existing list (if
any). Use setIdentities(java.util.Collection)
or
withIdentities(java.util.Collection)
if you want to override the
existing values.
identities
- A list of one or more identities. 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
.public GetIdentityNotificationAttributesRequest withIdentities(java.util.Collection<java.lang.String> identities)
A list of one or more identities. 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
.
identities
- A list of one or more identities. 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
.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetIdentityNotificationAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()