Represents a topic configuration for notification configuration. A topic configuration contains an event and a topic arn.

Namespace: Amazon.S3.Model
Assembly: 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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
TopicConfiguration()()()()
Initializes a new instance of the TopicConfiguration class
Equals(Object)
Determines whether the specified Object is equal to the current 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.

Inheritance Hierarchy

System..::..Object
  Amazon.S3.Model..::..TopicConfiguration

See Also