Represents a topic configuration for notification configuration. A topic configuration contains
an event and a topic arn.
Namespace: Amazon.S3.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class TopicConfiguration
Public Class TopicConfiguration
public ref class TopicConfiguration
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| TopicConfiguration()()()() | Initializes a new instance of the TopicConfiguration class | |
| Equals(Object) | (Inherited from Object.) | |
| Event |
Gets and sets the Event property.
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Topic |
Gets and sets the Topic property.
| |
| ToString()()()() |
Creates a string representation of a topic configuration.
(Overrides Object..::..ToString()()()().) | |
| WithEvent(String) |
Sets the Event property.
| |
| WithTopic(String) |
Sets the Topic property.
|