AWS SDK for .NET Documentation
SetIdentityNotificationTopicRequest Class
AmazonAmazon.SimpleEmail.ModelSetIdentityNotificationTopicRequest Did this page help you?   Yes   No    Tell us about it...
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#
Source
. Publishing to topics may only be disabled when feedback forwarding is enabled.

This action is throttled at one request per second.

For more information about feedback notification, see the Amazon SES Developer Guide.

Declaration Syntax
C#
public class SetIdentityNotificationTopicRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
SetIdentityNotificationTopicRequest()()()()
Initializes a new instance of the SetIdentityNotificationTopicRequest class

Equals(Object)
Determines whether the specified Object is equal to the current 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:

CopyC#
user@example.com
,
CopyC#
example.com
.


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
Object
AmazonWebServiceRequest
 SetIdentityNotificationTopicRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)