Container for the parameters to the GetIdentityNotificationAttributes operation.
            Given a list of verified identities (email addresses and/or domains), returns a structure
            describing identity         notification attributes.
            
                    
            
This action is throttled at one request per second.
For more information about feedback notification, see the Amazon SES Developer Guide.
 Declaration Syntax
 Declaration Syntax| C# | 
public class GetIdentityNotificationAttributesRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | GetIdentityNotificationAttributesRequest()()()() | Initializes a new instance of the GetIdentityNotificationAttributesRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Identities | 
            Gets and sets the property Identities. 
             A list of one or more identities. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithIdentities(array<String>[]()[][]) | Obsolete. 
            Sets the Identities property
             | 
|  | WithIdentities(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Sets the Identities property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | GetIdentityNotificationAttributesRequest | |