Class DescribeEventTopicsResult
java.lang.Object
com.amazonaws.services.directory.model.DescribeEventTopicsResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A list of SNS topic names that receive status messages from the specified Directory ID.int
hashCode()
void
setEventTopics
(Collection<EventTopic> eventTopics) A list of SNS topic names that receive status messages from the specified Directory ID.toString()
Returns a string representation of this object; useful for testing and debugging.withEventTopics
(EventTopic... eventTopics) A list of SNS topic names that receive status messages from the specified Directory ID.withEventTopics
(Collection<EventTopic> eventTopics) A list of SNS topic names that receive status messages from the specified Directory ID.
-
Constructor Details
-
DescribeEventTopicsResult
public DescribeEventTopicsResult()
-
-
Method Details
-
getEventTopics
A list of SNS topic names that receive status messages from the specified Directory ID.
- Returns:
- A list of SNS topic names that receive status messages from the specified Directory ID.
-
setEventTopics
A list of SNS topic names that receive status messages from the specified Directory ID.
- Parameters:
eventTopics
- A list of SNS topic names that receive status messages from the specified Directory ID.
-
withEventTopics
A list of SNS topic names that receive status messages from the specified Directory ID.
NOTE: This method appends the values to the existing list (if any). Use
setEventTopics(java.util.Collection)
orwithEventTopics(java.util.Collection)
if you want to override the existing values.- Parameters:
eventTopics
- A list of SNS topic names that receive status messages from the specified Directory ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withEventTopics
A list of SNS topic names that receive status messages from the specified Directory ID.
- Parameters:
eventTopics
- A list of SNS topic names that receive status messages from the specified Directory ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-