Container for the parameters to the SetIdentityNotificationTopic operation.
            Given an identity (email address or domain), sets the Amazon SNS topic to which Amazon
            SES will publish         bounce and complaint notifications for emails sent with that
            identity as the  CopyC#.         Publishing to topics may only be disabled
            when feedback forwarding is enabled.
CopyC#.         Publishing to topics may only be disabled
            when feedback forwarding is enabled.
            
                    
            
 CopyC#
CopyC#Source
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 SetIdentityNotificationTopicRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | SetIdentityNotificationTopicRequest()()()() | Initializes a new instance of the SetIdentityNotificationTopicRequest 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.) | 
|  | Identity | 
            Gets and sets the property Identity. 
             
            The identity for which the topic will be set.  Examples:  | 
|  | NotificationType | 
            Gets and sets the property NotificationType. 
             The type of feedback notifications that will be published to the specified topic. | 
|  | SnsTopic | 
            Gets and sets the property SnsTopic. 
             The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (Amazon SNS) topic. If the parameter is omitted from the request or a null value is passed, the topic is cleared and publishing is disabled. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithIdentity(String) | Obsolete. 
            Sets the Identity property
             | 
|  | WithNotificationType(String) | Obsolete. 
            Sets the NotificationType property
             | 
|  | WithSnsTopic(String) | Obsolete. 
            Sets the SnsTopic property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | SetIdentityNotificationTopicRequest | |