Represents the notification attributes of an identity, including whether a bounce
                    or complaint topic are set, and whether feedback forwarding is enabled.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class IdentityNotificationAttributes
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | IdentityNotificationAttributes()()()() | Initializes a new instance of the IdentityNotificationAttributes class | 
|  | BounceTopic | 
            Gets and sets the property BounceTopic. 
             The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic where Amazon SES will publish bounce notifications. | 
|  | ComplaintTopic | 
            Gets and sets the property ComplaintTopic. 
             The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic where Amazon SES will publish complaint notifications. | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | ForwardingEnabled | 
            Gets and sets the property ForwardingEnabled. 
             
            Describes whether Amazon SES will forward feedback as email.  | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithBounceTopic(String) | Obsolete. 
            Sets the BounceTopic property
             | 
|  | WithComplaintTopic(String) | Obsolete. 
            Sets the ComplaintTopic property
             | 
|  | WithForwardingEnabled(Boolean) | Obsolete. 
            Sets the ForwardingEnabled property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | IdentityNotificationAttributes | 
 Copy
Copy